ComponentOne DateTimeEditors for UWP
C1DatePickerFormat Enumeration

C1.UWP.DateTimeEditors Assembly > C1.Xaml.DateTimeEditors Namespace : C1DatePickerFormat Enumeration
Specifies the DateTime format the C1DatePicker control displays.
Syntax
'Declaration
 
Public Enum C1DatePickerFormat 
   Inherits System.Enum
public enum C1DatePickerFormat : System.Enum 
Members
MemberDescription
CustomSpecifies that date format is determined by the C1DatePicker.CustomFormat property.
LongSpecifies that the date should be displayed using unabbreviated days of the week and month names.
ShortSpecifies that the date should be displayed using abbreviated days of the week and month names.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.DateTimeEditors.C1DatePickerFormat

See Also

Reference

C1.Xaml.DateTimeEditors Namespace