'Declaration Overloads Public Operator Narrowing CType( _ ByVal value As TdTimestamp _ ) As TdPeriodTimestamp
'Usage
public TdPeriodTimestamp operator explicit( TdTimestamp value )
public: TdPeriodTimestamp operator explicit( TdTimestamp value )
Parameters
- value
- The TdTimestamp that is to be converted.
Return Value
a TdPeriodTimestamp is returned that has a beginning bound of value and ending bound that is one time granule greater than value.