Send feedback on this topic.
Teradata.Client.Provider
Addition(TimeSpan,TdPeriodTimestampWithTimeZone) Operator



Teradata.Client.Provider Namespace > TdPeriodTimestampWithTimeZone Structure > Addition Operator : Addition(TimeSpan,TdPeriodTimestampWithTimeZone) Operator
A TimeSpan that will be added to TdPeriodTimestampWithTimeZone.
A TdPeriodTimestampWithTimeZone.
Adds the specified TimeSpan to a TdPeriodTimestampWithTimeZone.
Syntax
'Declaration
 
Overloads Public Operator +( _
   ByVal timeSpan As TimeSpan, _
   ByVal period As TdPeriodTimestampWithTimeZone _
) As TdPeriodTimestampWithTimeZone
'Usage
 

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.
Exceptions
ExceptionDescription
The result could not be represented as a TdPeriodTimestampWithTimeZone.
The TdPeriodTimestampWithTimeZone beginning bound is greater or equal to the ending bound of the period.
Remarks
Refer to TdPeriodTimestampWithTimeZone.Add and Period Arithmetic for additional information.
Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdPeriodTimestampWithTimeZone Structure
TdPeriodTimestampWithTimeZone Members
Overload List