Time Constructor
Namespace: Rebex.Net
Assembly: Rebex.Time.dll (version 7.0.9083)
Time(String)
Creates an instance of Time class and binds it to the specified TIME server.
Declaration
public Time(string serverName)
Parameters
Type | Name | Description |
---|---|---|
String | serverName | The TIME server hostname. |
Time(String, Int32)
Creates an instance of Time class and binds it to the specified TIME server.
Declaration
public Time(string serverName, int serverPort)
Parameters
Type | Name | Description |
---|---|---|
String | serverName | The TIME server hostname. |
Int32 | serverPort | The TIME server port. |