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