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



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

Property Value

The TdTimeWithTimeZonestamp value that is equivalent to TdPeriodTimeWithTimeZone.End - 10^-TdPeriodTimeWithTimeZone.Scale.
Exceptions
ExceptionDescription
Period is null.
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

TdPeriodTimeWithTimeZone Structure
TdPeriodTimeWithTimeZone Members