Specifies the display format of a day of the week.
Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public enum DayOfWeekFormat |
Visual Basic
![]() |
---|
Public Enum DayOfWeekFormat |
Member name | Value | Description | |
---|---|---|---|
![]() |
Unspecified |
-1 | Unspecified. |
![]() |
SingleLetter |
0 | Only the first letter of the name of the day is displayed. |
![]() |
Abbreviated |
1 | The first three letters of the day of the week are displayed. |
![]() |
Full |
2 | The complete name of the day of the week is displayed. |