'Declaration Overloads Public Operator -( _ ByVal period As TdPeriodTime, _ ByVal timeSpan As TimeSpan _ ) As TdPeriodTime
'Usage
public TdPeriodTime operator -( TdPeriodTime period, TimeSpan timeSpan )
public: TdPeriodTime operator -( TdPeriodTime period, TimeSpan timeSpan )
Parameters
- period
- A TdPeriodTime.
- timeSpan
- A TimeSpan that will be subtracted from the TdPeriodTime
Return Value
A TdPeriodTime is returned that is the result of subtracting the TimeSpan
from the TdPeriodTime.