Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / DataGridDateTimeFormat Enumeration


In This Topic
    DataGridDateTimeFormat Enumeration
    In This Topic
    Defines the format of the date time column style.
    Syntax
    'Declaration
     
    
    Public Enum DataGridDateTimeFormat 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DataGridDateTimeFormat
    public enum DataGridDateTimeFormat : System.Enum 
    Members
    MemberDescription
    CustomDateTimeDate time format is defined by the user
    DateShort date (based on default locale date time format)
    DateTimeThe date time is formatted with the default locale date time format
    LongDateLong date (based on default locale date time format)
    TimeTime is formatted based on default locale date time format
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.UI.WinForm.Controls.DataGridDateTimeFormat

    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