ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / C1Calendar Class / DayOfWeekFormat Property

In This Topic
    DayOfWeekFormat Property
    In This Topic
    Gets or sets format string which is used for representing day of the week names.
    Syntax
    'Declaration
     
    Public Property DayOfWeekFormat As System.Object
    public System.object DayOfWeekFormat {get; set;}
    See Also