DayPilot.Scheduler.timeFormat

timeFormat (string)

Specifies the hour clock format.

Possible values:

  • "Auto" tries to determine the format from the culture/locale.
  • "Clock12Hours"
  • "Clock24Hours"

Default Value

"Auto"

Example

dps.timeFormat = "Clock24Hours";