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