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



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

Property Value

The TdTimestamp 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

TdPeriodTimestamp Structure
TdPeriodTimestamp Members
Period Types Overview