Enum RoundDirection
Specifies the direction of which to round a DateTime
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum RoundDirection
Fields
| Name | Description |
|---|---|
| Closest | Rounds to the closest direction |
| Down | Rounds down |
| Up | Rounds up |