'Declaration Overloads Public Operator Narrowing CType( _ ByVal value As TdTimeWithTimeZone _ ) As TdPeriodTimeWithTimeZone
'Usage
public TdPeriodTimeWithTimeZone operator explicit( TdTimeWithTimeZone value )
public: TdPeriodTimeWithTimeZone operator explicit( TdTimeWithTimeZone 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.