Search
MonthSettings.dayOfWeekFormat Property
See Also
 






Gets or sets the format of the day names displayed in the day names header.

Namespace: MindFusion.Scheduling
File: MonthSettings.js

 Syntax

JavaScript  Copy Code

get dayOfWeekFormat() {}

 Property Value

One of the DayOfWeekFormat enumeration values.

 Example

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;

 See Also