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



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

Parameters

timeSpan
A TimeSpan that will be added to TdPeriodTimeWithTimeZone.
period
A TdPeriodTimeWithTimeZone.

Return Value

A TdPeriodTimeWithTimeZone is returned that is the result of adding the TimeSpan to TdPeriodTimeWithTimeZone.
Exceptions
ExceptionDescription
The result could not be represented as a TdPeriodTimeWithTimeZone.
Remarks
Refer to TdPeriodTimeWithTimeZone.Add and Period Arithmetic for additional information.
Requirements
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdPeriodTimeWithTimeZone Structure
TdPeriodTimeWithTimeZone Members
Overload List