'Declaration Public Operator -( _ ByVal left As TdIntervalHourToSecond, _ ByVal right As TdIntervalHourToSecond _ ) As TdIntervalHourToSecond
'Usage
public TdIntervalHourToSecond operator -( TdIntervalHourToSecond left, TdIntervalHourToSecond right )
public: TdIntervalHourToSecond operator -( TdIntervalHourToSecond left, TdIntervalHourToSecond right )
Parameters
- left
- A TdIntervalHourToSecond to subtract from.
- right
- A TdIntervalHourToSecond to subtract.