ClientSlotgetTimestamp Method |
Returns an OBCOM NetServer timestamp string.
Namespace:
OBCOM.NetClient
Assembly:
OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntaxpublic string getTimestamp()
Public Function getTimestamp As String
Return Value
Type:
StringAn OBCOM NetServer timestamp string.
Remarks
An OBCOM NetServer timestamp is a string that identifies a unique point
in time. Each time an OBCOM NetServer returns a timestamp, it's value is
guaranteed to be different (bigger) than the previous timestamp
returned. An OBCOM NetServer timestamp is a 26 character string with the
following format:
yyyy-MM-dd:HH:mm:ss.cccccc
See Also