'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 added to TdPeriodDate.
Return Value
A TdPeriodDate is returned that is the result of adding the Timespan
to TdPeriodDate.