Specifies the display format of a day of the week.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
Java Copy Code |
---|
public enum DayOfWeekFormat |
Member name | Description | |
---|---|---|
Abbreviated |
The first three letters of the day of the week are displayed. |
|
Full |
The complete name of the day of the week is displayed. |
|
SingleLetter |
Only the first letter of the name of the day is displayed. |
JPlanner Programmer's Guide | © 2023 MindFusion |