'Declaration Overloads Public Operator +( _ ByVal timeSpan As TimeSpan, _ ByVal period As TdPeriodDate _ ) As TdPeriodDate
'Usage
public TdPeriodDate operator +( TimeSpan timeSpan, TdPeriodDate period )
public: TdPeriodDate operator +( TimeSpan timeSpan, TdPeriodDate period )
Parameters
- timeSpan
- A TimeSpan that will be added to TdPeriodDate.
- period
- A TdPeriodDate.
Return Value
A TdPeriodDate is returned that is the result of adding the Timespan
to TdPeriodDate.