Send feedback on this topic.
Teradata.Client.Provider
TdPeriodTimeWithTimeZone Constructor(TdTimeWithTimeZone,TdTimeWithTimeZone)



Teradata.Client.Provider Namespace > TdPeriodTimeWithTimeZone Structure > TdPeriodTimeWithTimeZone Constructor : TdPeriodTimeWithTimeZone Constructor(TdTimeWithTimeZone,TdTimeWithTimeZone)
The starting time of the period.
The ending time of the period.
A period is created from two TdTimeWithTimeZone structures that represent the lower and upper bounds of the duration.
Syntax
'Declaration
 
Public Function New( _
   ByVal beginBound As TdTimeWithTimeZone, _
   ByVal endBound As TdTimeWithTimeZone _
)
'Usage
 
Dim beginBound As TdTimeWithTimeZone
Dim endBound As TdTimeWithTimeZone
 
Dim instance As New TdPeriodTimeWithTimeZone(beginBound, endBound)
public TdPeriodTimeWithTimeZone( 
   TdTimeWithTimeZone beginBound,
   TdTimeWithTimeZone endBound
)
public:
TdPeriodTimeWithTimeZone( 
   TdTimeWithTimeZone beginBound,
   TdTimeWithTimeZone endBound
)

Parameters

beginBound
The starting time of the period.
endBound
The ending time of the period.
Exceptions
ExceptionDescription
Either the begin or end date is null.
Ending bound is less than the beginning bound.
Remarks

The TdPeriodTimeWithTimeZone.Scale will be set to the maximum scale between the beginBound and endBound parameters.

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
TdTimeWithTimeZone Structure