Nevron.Nov Namespace / ENTimeSpanValueFormat Enumeration
In This Topic
    ENTimeSpanValueFormat Enumeration
    In This Topic
    Defines different formatting modes for DateTime values.
    Syntax
    public enum ENTimeSpanValueFormat : System.Enum 
    Members
    MemberDescription
    ConstantConstant (not culture specific) time span formatting
    DayThe value is formatted by day (dd)
    GeneralLongGeneral long time span formatting
    GeneralShortGeneral short time span formatting
    HourMinuteThe value is formatted by hour minute (hh:mm)
    MinuteSecondThe value is formatted by its minute and second (mm:ss)
    SecondMillisecondThe value is formatted by its second an millisecond
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.ENTimeSpanValueFormat

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also