Nevron .NET Vision
Nevron Namespace / DateTimeValueFormat Enumeration


In This Topic
    DateTimeValueFormat Enumeration
    In This Topic
    Defines different formatting modes for DateTime values.
    Syntax
    'Declaration
     
    
    Public Enum DateTimeValueFormat 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DateTimeValueFormat
    public enum DateTimeValueFormat : System.Enum 
    Members
    MemberDescription
    DateThe value is formatted with the default locale short date format
    DateHourThe value is formatted with the default locale short date format
    DateTimeThe value is formatted with the default locale date time format
    HalfYearThe value is formatted by its year half
    HalfYear2DigitThe value is formatted by its year half plus its year expressed by two digits
    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
    WeekThe value is formatted by its week number in ISO
    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.DateTimeValueFormat

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also