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