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