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



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

Property Value

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

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

See Also

Reference

TdPeriodDate Structure
TdPeriodDate Members
Period Types Overview