Search
MonthSettings.generalFormat Property
See Also
 






Gets or sets the options used to format cells' headers.

Namespace: MindFusion.Scheduling
File: MonthSettings.js

 Syntax

JavaScript  Copy Code

get generalFormat() {}
set generalFormat(value) {}

 Property Value

Intl.DateTimeFormatOptions

The format options.

 Remarks

 See Also