Blazor | ComponentOne
C1.Blazor.DateTimeEditors Assembly / C1.Blazor.DateTimeEditors Namespace / C1DateTimePicker Class / DayOfWeekFormat Property

In This Topic
    DayOfWeekFormat Property (C1DateTimePicker)
    In This Topic
    Get or set the DayOfWeekFormat. Default value is 'dd'
    Syntax
    'Declaration
     
    
    Public Property DayOfWeekFormat As String
    public string DayOfWeekFormat {get; set;}
    See Also