Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/date/timezone.js

  • Provides:

    • dojox.date.timezone
  • Requires:

    • dojo.date.locale in common
  • dojo.config

    • alias - dojo.config
  • dojo.config.timezoneFileBasePath

    • type
      Object
  • dojo.config.timezoneLoadingScheme

    • type
      String
  • dojo._contentHandlers.olson-zoneinfo

    • parameters:
      • xhr
    • returns
      Object
    • type
      Function
  • dojox.date.timezone

    • summary
      mix-in to dojo.date to provide timezones based on
      the Olson timezone data
    • description
      mix-in to dojo.date to provide timezones based on
      the Olson timezone data.
      If you pass "timezone" as a parameter to your format options,
      then you get the date formatted (and offset) for that timezone
    • type
      Function
  • dojox.date.timezone.getTzInfo

    • parameters:
      • dt: (typeof Date)
        The Date - a "proxyDate"
      • tz: (typeof String)
        String representation of the timezone you want to get info
        for date
    • summary
      Returns the timezone information for the given date and
      timezone string
    • type
      Function
  • dojox.date.timezone.loadZoneData

    • parameters:
      • data: (typeof Object)
        The data to load - contains "zones" and "rules" parameters
    • summary
      Loads the given data object into the zone database
    • type
      Function
  • dojox.date.timezone.getAllZones

    • summary
      Returns an array of zones that have been loaded
    • type
      Function
  • dojo.date.locale.format

    • alias - dojo.date.locale.format
    • parameters:
      • dateObject
      • options
    • type
      Function
  • dojo.date.locale._getZone

    • alias - dojo.date.locale._getZone
    • parameters:
      • dateObject
      • getName
      • options
    • type
      Function
  • dojox.date

    • type
      Object
  • dojox

    • type
      Object