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



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

Property Value

The TdTimestampWithTimeZone value that is equivalent to TdPeriodTimestampWithTimeZone.End - 10^-TdPeriodTimestampWithTimeZone.Scale.
Exceptions
ExceptionDescription
Period is null.
Remarks
The Time Zone component contained in the returned value will be the same as that returned from the End property.
Requirements

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

See Also

Reference

TdPeriodTimestampWithTimeZone Structure
TdPeriodTimestampWithTimeZone Members