Click or drag to resize

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
Syntax
public enum RoundingDirection
Members
  Member nameValueDescription
RoundUp0 The round up
RoundDown1 The round down
Round2 The round
See Also