Send feedback on this topic.
Teradata.Client.Provider
Precision Property (TdIntervalYearToMonth)



Teradata.Client.Provider Namespace > TdIntervalYearToMonth Structure : Precision Property
The number of significant digits in the year is returned. The return value ranges from 1 to 4.
Syntax
'Declaration
 
Public ReadOnly Property Precision As Byte
'Usage
 
Dim instance As TdIntervalYearToMonth
Dim value As Byte
 
value = instance.Precision
public byte Precision {get;}
public:
property byte Precision {
   byte get();
}
Exceptions
ExceptionDescription
This property is not available when this instance is TdIntervalYearToMonth.Null.
Requirements

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

See Also

Reference

TdIntervalYearToMonth Structure
TdIntervalYearToMonth Members