 | RoundingDirection Enumeration |
Determines how date time values are rounded
Namespace:
Koden.Utils.Models
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxpublic enum RoundingDirection
Public Enumeration RoundingDirection
public enum class RoundingDirection
Members
| Member name | Value | Description |
---|
| RoundUp | 0 |
The round up
|
| RoundDown | 1 |
The round down
|
| Round | 2 |
The round
|
See Also