Gets or sets the options used to format ungrouped time cells in the timeline header.
Namespace: MindFusion.Scheduling
File: TimetableSettings.js
SyntaxJavaScript
Copy Code
|
|---|
get generalFormat() {} |
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