Return the build date of the server.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function build_date() As String _ Implements INetricsServerStats.build_date |
| C# |
|---|
| public string build_date() |
| C++ |
|---|
| public: String build_date() sealed |
| J# |
|---|
| public string build_date() |
| JScript |
|---|
| public function build_date() : String |
Implements
INetricsServerStats.build_date
Remarks
Returns the time and date the server was built in the default date(1) format for the platform, the special value "(unknown)" if no build date information was received.