Gets or sets the format of the day names displayed in the day names header.
Namespace: MindFusion.Scheduling
File: MonthSettings.js
JavaScript Copy Code |
---|
get dayOfWeekFormat() {} |
One of the DayOfWeekFormat enumeration values.
The 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; |
JavaScript Pack Programmer's Guide | © 2024 MindFusion |