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



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

Property Value

The TdTimestampWithTimeZone 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 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdPeriodTimestampWithTimeZone Structure
TdPeriodTimestampWithTimeZone Members
Period Type Overview