Gets or sets the options used to format the header title.
Namespace: MindFusion.Scheduling
File: MonthRangeSettings.js
SyntaxJavaScript
Copy Code
|
|---|
get titleFormat() {} |
Intl.DateTimeFormatOptions
The format options.
RemarksFormat options are listed at https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat#using_options
See Also