dijit/_TimePicker.js

  • Provides:

    • dijit._TimePicker
  • dijit._TimePicker.__Constraints

    • type
      Function
    • chains:
      • dojo.date.locale.__FormatOptions: (prototype)
      • dojo.date.locale.__FormatOptions: (call)
    • summary
  • dijit._TimePicker.__Constraints.clickableIncrement

    • type
      String
    • summary
      See `dijit._TimePicker.clickableIncrement`
  • dijit._TimePicker.__Constraints.visibleIncrement

    • type
      String
    • summary
      See `dijit._TimePicker.visibleIncrement`
  • dijit._TimePicker.__Constraints.visibleRange

    • type
      String
    • summary
      See `dijit._TimePicker.visibleRange`
  • dijit._TimePicker

    • type
      Function
    • chains:
      • dijit._Widget: (prototype)
      • dijit._Widget: (call)
      • dijit._Templated: (call)
    • mixins:
      • dijit._Templated.prototype: (prototype)
    • summary
      A graphical time picker.
      This widget is used internally by other widgets and is not available
      as a standalone widget due to lack of accessibility support.
  • dijit._TimePicker.templateString

    • summary
  • dijit._TimePicker.baseClass

    • tags: protected
    • type
      String
    • summary
      The root className to use for the various states of this widget
  • dijit._TimePicker.clickableIncrement

    • type
      String
    • summary
      ISO-8601 string representing the amount by which
      every clickable element in the time picker increases.
      Set in local time, without a time zone.
      Example: `T00:15:00` creates 15 minute increments
      Must divide dijit._TimePicker.visibleIncrement evenly
  • dijit._TimePicker.visibleIncrement

    • type
      String
    • summary
      ISO-8601 string representing the amount by which
      every element with a visible time in the time picker increases.
      Set in local time, without a time zone.
      Example: `T01:00:00` creates text in every 1 hour increment
  • dijit._TimePicker.visibleRange

    • type
      String
    • summary
      ISO-8601 string representing the range of this TimePicker.
      The TimePicker will only display times in this range.
      Example: `T05:00:00` displays 5 hours of options
  • dijit._TimePicker.value

    • type
      String
    • summary
      Date to display.
      Defaults to current time and date.
      Can be a Date object or an ISO-8601 string.
      If you specify the GMT time zone (`-01:00`),
      the time will be converted to the local time in the local time zone.
      Otherwise, the time is considered to be in the local time zone.
      If you specify the date and isDate is true, the date is used.
      Example: if your local time zone is `GMT -05:00`,
      `T10:00:00` becomes `T10:00:00-05:00` (considered to be local time),
      `T10:00:00-01:00` becomes `T06:00:00-05:00` (4 hour difference),
      `T10:00:00Z` becomes `T05:00:00-05:00` (5 hour difference between Zulu and local time)
      `yyyy-mm-ddThh:mm:ss` is the format to set the date and time
      Example: `2007-06-01T09:00:00`
  • dijit._TimePicker._visibleIncrement

    • summary
  • dijit._TimePicker._clickableIncrement

    • summary
  • dijit._TimePicker._totalIncrements

    • summary
  • dijit._TimePicker.constraints

    • type
      dijit._TimePicker.__Constraints
    • summary
      Specifies valid range of times (start time, end time)
  • this

    • mixins:
      • constraints: (normal)
    • summary
  • dijit

    • type
      Object
    • summary