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

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdPeriodTimestamp Structure
TdPeriodTimestamp Members