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