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



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

Property Value

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

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

See Also

Reference

TdPeriodTimestamp Structure
TdPeriodTimestamp Members
Period Types Overview