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



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

Property Value

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

TdPeriodTime Structure
TdPeriodTime Members
Period Types Overview