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



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

TdIntervalSecond Structure
TdIntervalSecond Members