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



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

Property Value

The TdTimestamp value that is equivalent to TdPeriodTimestamp.End - 10^-TdPeriodTimestamp.Scale.
Exceptions
ExceptionDescription
Period is null.
Requirements
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdPeriodTimestamp Structure
TdPeriodTimestamp Members