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