Send feedback on this topic.
Teradata.Client.Provider
Scale Property (TdIntervalMinuteToSecond)



Teradata.Client.Provider Namespace > TdIntervalMinuteToSecond Structure : Scale Property
The number of decimal places for the second is returned. The return value ranges from 0 to 6.
Syntax
'Declaration
 
Public ReadOnly Property Scale As Byte
'Usage
 
Dim instance As TdIntervalMinuteToSecond
Dim value As Byte
 
value = instance.Scale
public byte Scale {get;}
public:
property byte Scale {
   byte get();
}
Exceptions
ExceptionDescription
This property is not available when this instance is TdIntervalMinuteToSecond.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

TdIntervalMinuteToSecond Structure
TdIntervalMinuteToSecond Members