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