Click or drag to resize

ServerChannelGetTimestamp Method

Returns an OBCOM NetServer timestamp.

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

A OBCOM NetServer timestamp is a string that identifies a unique point in time. Each time 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 string that contains 26 characters with the following format:

yyyy-MM-dd:HH:mm:ss.cccccc
See Also