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



Teradata.Client.Provider Namespace > TdIntervalMonth Structure : Precision Property
The number of significant digits in the month is returned. The return value ranges from 1 to 4.
Syntax
'Declaration
 
Public ReadOnly Property Precision As Byte
'Usage
 
Dim instance As TdIntervalMonth
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 TdIntervalMonth.Null.
Requirements

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

See Also

Reference

TdIntervalMonth Structure
TdIntervalMonth Members