Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / DateTimeFormat Enumeration


In This Topic
    DateTimeFormat Enumeration
    In This Topic
    Value representing the date-time format.
    Syntax
    'Declaration
     
    Public Enum DateTimeFormat 
       Inherits System.Enum
    'Usage
     
    Dim instance As DateTimeFormat
    public enum DateTimeFormat : System.Enum 
    Members
    MemberDescription
    CustomThe custom format provided by DateTimeUpDown.FormatString will be used.
    FullDateTimeThe full date-time format.
    LongDateThe long date format.
    LongTimeThe long time format.
    MonthDayThe month-day format.
    RFC1123The RFC 1123 International format.
    ShortDateThe short date format.
    ShortTimeThe short time format.
    SortableDateTimeThe sortable date-time format.
    UniversalSortableDateTimeThe universal sortable date-time format.
    YearMonthThe year-month format.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Wpf.Toolkit.DateTimeFormat

    Requirements

    Target Platforms: Windows 11, Windows 10, 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