Click or drag to resize

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)
Syntax
public string getTimestamp()

Return Value

Type: String
An 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