IRoundingOptions.MinutesRoundingDecimals Property

Gets or sets a value that specifies the number of decimal places to round to in the minutes. Applies to selling prices.
Property MinutesRoundingDecimals() As Integer
This language is not supported or no code example is available.
int MinutesRoundingDecimals {get; set;}
This language is not supported or no code example is available.

Property Value

int

The number of decimal places from 0 to 4, -1 means no rounding.

Exception type Condition

ArgumentOutOfRangeException

The assigned value is less than -1 or greater than 4.

Version
 
Available since QDV 7.20.810.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition