TimeServer Property
The time server from which to request the time.
Syntax
[VB.NET] Public Property TimeServer As String
[C#] public string TimeServer {get; set;}
Remarks
This property contains the time server from which to request the time. This property should be set to a valid internet address of a time server. The server will reply with its current time (GMT).
Time requests are sent to port TimePort on the TimeServer.
Default Value
"time.nist.gov"