Create a System.DateTimeOffset from this Timestamp. Timestamp is assumed to be of type Timestamp.TIMESTAMP. The resulting DateTimeOffset object represents the time in the UTC time zone (i.e. offset 0).

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public DateTimeOffset ToUTCDateTimeOffset()
Public Function ToUTCDateTimeOffset As DateTimeOffset
public:
DateTimeOffset ToUTCDateTimeOffset()

See Also