ComponentSpace Internet Time Class Library Reference

DaytimeClient.GetTime Method 

Gets the time from the server.

[Visual Basic]
Public Function GetTime() As String
[C#]
public string GetTime();

Return Value

The time.

Exceptions

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

See Also

DaytimeClient Class | ComponentSpace.InternetTime Namespace