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