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



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

Property Value

The TdDate value that is equivalent to TdPeriodDate.End - 1 day.
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

TdPeriodDate Structure
TdPeriodDate Members