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
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdPeriodTimestampWithTimeZone Structure
TdPeriodTimestampWithTimeZone Members