Gets or sets the format of the day names displayed in the day names header.
Namespace: MindFusion.Scheduling
Assembly: MonthSettings.js
SyntaxJavaScript
Copy Code
|
|---|
get dayOfWeekFormat() {} |
One of the DayOfWeekFormat enumeration values.
ExampleThe following code renders the full name of the day of the week in a monthSettings property:
JavaScript
Copy Code
|
|---|
| var p = MindFusion.Scheduling; calendar.monthSettings.dayOfWeekFormat = p.DayOfWeekFormat.Full; |
See Also