ComponentSpace Internet Time Class Library Reference

TimeClient.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

TimeClient Class | ComponentSpace.InternetTime Namespace