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