Return the build date of the server.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function build_date() As String
C#
public string build_date()
C++
public:
 String build_date() sealed 
J#
public string build_date()
JScript
public  function build_date() : String

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.

See Also