Send feedback on this topic.
Teradata.Client.Provider
End Property (TdPeriodTimeWithTimeZone)



Teradata.Client.Provider Namespace > TdPeriodTimeWithTimeZone Structure : End Property
Gets the ending bound of the period.
Syntax
'Declaration
 
Public ReadOnly Property End As TdTimeWithTimeZone
'Usage
 
Dim instance As TdPeriodTimeWithTimeZone
Dim value As TdTimeWithTimeZone
 
value = instance.End
public TdTimeWithTimeZone End {get;}
public:
property TdTimeWithTimeZone End {
   TdTimeWithTimeZone get();
}

Property Value

The TdTimeWithTimeZone representation of the ending bound.
Exceptions
ExceptionDescription
Period is null.
Remarks
The ending bound is exclusive to the period. For more information about periods refer to Period Types Overview
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
Period Types Overview