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

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

See Also

Reference

TdPeriodTime Structure
TdPeriodTime Members