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