'Declaration Overloads Public Operator +( _ ByVal interval As TdIntervalDayToSecond, _ ByVal period As TdPeriodTimestampWithTimeZone _ ) As TdPeriodTimestampWithTimeZone
'Usage
public TdPeriodTimestampWithTimeZone operator +( TdIntervalDayToSecond interval, TdPeriodTimestampWithTimeZone period )
public: TdPeriodTimestampWithTimeZone operator +( TdIntervalDayToSecond interval, TdPeriodTimestampWithTimeZone period )
Parameters
- interval
- The TdIntervalDayToSecond that will be added to the TdPeriodTimestampWithTimeZone.
- period
- A TdPeriodTimestampWithTimeZone for addition.