Search
TimetableSettings.twelveHourFormat Property
See Also
 






Gets or sets a value indicating whether to use a 12-hour format.

Namespace: MindFusion.Scheduling
Assembly: TimetableSettings.js

 Syntax

JavaScript  Copy Code

get twelveHourFormat() {}
set twelveHourFormat(value) {}

 Property Value

true if 12-hour format should be used; false to use 24-hour format.

 See Also