Nevron Namespace / DateTimeValueFormat Enumeration


DateTimeValueFormat Enumeration
Syntax
'Declaration
 
Public Enum DateTimeValueFormat 
   Inherits System.Enum
 
'Usage
 
Dim instance As DateTimeValueFormat
Members
MemberDescription
Date 
DateHour 
DateTime 
HalfYear 
HalfYear2Digit 
LongDate 
LongDateLongTime24Hour 
LongDateLongTimeAMPM 
LongDateShortTime24Hour 
LongDateShortTimeAMPM 
LongTime24Hour 
MinuteSecond 
MonthFullName 
MonthNameAndDay 
MonthNameYear2Digit 
MonthShortName 
QuarterYear2Digit 
QuarterYear4Digit 
SecondMillisecond 
ShortDateLongTime24Hour 
ShortDateLongTimeAMPM 
ShortDateShortTime24Hour 
ShortDateShortTimeAMPM 
ShortTime24Hour 
ShortTimeAMPM 
Time 
Week 
WeekDayFullName 
WeekDayShortName 
WeekYear2Digit 
WeekYear4Digit 
Year2Digit 
Year4Digit 
YearAndMonthName 
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