'Declaration Overloads Public Operator Narrowing CType( _ ByVal value As TdTimestampWithTimeZone _ ) As DateTimeOffset
'Usage
public DateTimeOffset operator explicit( TdTimestampWithTimeZone value )
public: DateTimeOffset operator explicit( TdTimestampWithTimeZone value )
Parameters
- value
- The TdTimestampWithTimeZone that is to be converted.
Return Value
A DateTimeOffset is returned that is equivalent to the TdTimestampWithTimeZone value.