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