'Declaration Overloads Public Operator Narrowing CType( _ ByVal value As TdTimestampWithTimeZone _ ) As TdDate
'Usage
public TdDate operator explicit( TdTimestampWithTimeZone value )
public: TdDate operator explicit( TdTimestampWithTimeZone value )
Parameters
- value
- The TdTimestampWithTimeZone to be converted into a TdDate
Return Value
A TdDate representation of the TdTimestampWithTimeZone.