Search
ListSettings.firstDayOfYearFormat Property
See Also
 






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

Namespace: MindFusion.Scheduling
Assembly: ListSettings.js

 Syntax

JavaScript  Copy Code

get firstDayOfYearFormat() {}
set firstDayOfYearFormat(value) {}

 Property Value

Intl.DateTimeFormatOptions

The format options.

 Remarks

 See Also