Enum RoundDirection
Specifies the direction of which to round a System.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 |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.RoundDirection, To>()