'Declaration Public Shared Function Subtract( _ ByVal left As TdIntervalHourToSecond, _ ByVal right As TdIntervalHourToSecond _ ) As TdIntervalHourToSecond
'Usage Dim left As TdIntervalHourToSecond Dim right As TdIntervalHourToSecond Dim value As TdIntervalHourToSecond value = TdIntervalHourToSecond.Subtract(left, right)
public static TdIntervalHourToSecond Subtract( TdIntervalHourToSecond left, TdIntervalHourToSecond right )
public: static TdIntervalHourToSecond Subtract( TdIntervalHourToSecond left, TdIntervalHourToSecond right )
Parameters
- left
- A TdIntervalHourToSecond to subtract from.
- right
- A TdIntervalHourToSecond to subtract.