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



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

Property Value

The TdDate representation of the beginning bound.
Exceptions
ExceptionDescription
Period is null.
Remarks
The beginning bound is inclusive 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

TdPeriodDate Structure
TdPeriodDate Members
Period Types Overview