ComponentSpace Internet Time Class Library Reference

NetworkTimeClient.GetTime Method 

Gets the time from the server.

[Visual Basic]
Public Function GetTime() As Date
[C#]
public DateTime GetTime();

Return Value

The time.

Exceptions

Exception Type Condition
InternetTimeException Thrown when the time cannot be received.

See Also

NetworkTimeClient Class | ComponentSpace.InternetTime Namespace