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



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

Property Value

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

TdPeriodTimeWithTimeZone Structure
TdPeriodTimeWithTimeZone Members
Period Types Overview