Nevron Open Vision Documentation
Nevron.Nov Namespace / ENDateTimeValueFormat Enumeration


In This Topic
    ENDateTimeValueFormat Enumeration
    In This Topic
    Defines different formatting modes for DateTime values.
    Syntax
    'Declaration
     
    
    Public Enum ENDateTimeValueFormat 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENDateTimeValueFormat
    public enum ENDateTimeValueFormat : System.Enum 
    Members
    MemberDescription
    DateThe value is formatted with the default locale short date format.
    DateTimeThe value is formatted with the default locale date time format.
    LongDateThe value is formatted with the default locale long date format.
    LongDateLongTime24HourThe value is formatted with long date and long time in 24 hour format.
    LongDateLongTimeAMPMThe value is formatted with long date and time in AM/PM format.
    LongDateShortTime24HourThe value if formatted with long date and short time (HH:mm).
    LongDateShortTimeAMPMThe value if formatted with long date and short time in AM/PN format.
    LongTime24HourLong time 24 hour format.
    MinuteSecondThe value is formatted by its minute and second (mm:ss).
    MonthFullNameThe value is formatted by its month full name e.g. January, February etc.
    MonthNameAndDayThe value is formatted by its month full name and day.
    MonthNameYear2DigitThe value is formatted by its month full name and year with 2 digits.
    MonthShortNameThe value is formatted by its month short name and day e.g Jan 15.
    QuarterYear2DigitThe value is formatted by its quarter and year expressed by two digits.
    QuarterYear4DigitThe value is formatted by its quarter and year expressed by four digits.
    SecondMillisecondThe value is formatted by its second an millisecond.
    ShortDateLongTime24HourThe value is formatted by its short date and long time in 24 hour format.
    ShortDateLongTimeAMPMThe value is formatted by its short date and long time in AM/PM hour format.
    ShortDateShortTime24HourThe value is formatted by its short date and short time in 24 hour format.
    ShortDateShortTimeAMPMThe date is formatted by tis short date and short time in AM/PM hour format.
    ShortTime24HourThe value is formatted by its short time 24 hour format.
    ShortTimeAMPMThe value is formatted by its short time in AM/PM hour format.
    TimeThe value is formatted with the default locale time format.
    WeekDayFullNameThe value is formatted with the day of the week full name e.g. Monday, Tuesday etc.
    WeekDayShortNameThe value is formatted with the day of the week short name e.g. Mon, Tue etc.
    WeekYear2DigitThe value is formatted by its week number in ISO and year by two digits.
    WeekYear4DigitThe value is formatted by its week number in ISO and year by four digits.
    Year2DigitThe value is formatted by its year expressed by two digits.
    Year4DigitThe value is formatted by its year expressed in four digits.
    YearAndMonthNameThe value is formatted by its year and month name.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.ENDateTimeValueFormat

    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