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