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



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

Property Value

The TdTimestamp value that is equivalent to TdPeriodTime.End - 10^-TdPeriodTime.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

TdPeriodTime Structure
TdPeriodTime Members