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