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