Search
MonthSettings.firstDayOfMonthFormat Property
See Also
 






Gets or sets the options used to format the cell header of the first day of each month.

Namespace: MindFusion.Scheduling
Assembly: MonthSettings.js

 Syntax

JavaScript  Copy Code

get firstDayOfMonthFormat() {}
set firstDayOfMonthFormat(value) {}

 Property Value

Intl.DateTimeFormatOptions

The format options.

 Remarks

 See Also