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



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

Property Value

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

TdPeriodTime Structure
TdPeriodTime Members
Period Types Overview