ComponentSpace Internet Time Class Library Reference

TimeClient Constructor (String)

Initializes a new instance of the TimeClient class with the specified server address. The address can either be the name of the server (eg. tick.usno.navy.mil) or its IP address (eg. 192.5.41.40).

[Visual Basic]
Overloads Public Sub New( _
   ByVal serverAddress As String _
)
[C#]
public TimeClient(
   string serverAddress
);

Parameters

serverAddress
The server address (eg. 192.5.41.40 or tick.usno.navy.mil).

See Also

TimeClient Class | ComponentSpace.InternetTime Namespace | TimeClient Constructor Overload List