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/hebrew.js

  • Provides:

    • dojox.date.hebrew
  • Requires:

    • dojox.date.hebrew.Date in common
    • dojo.date in common
  • dojox.date.hebrew.getDaysInMonth

    • parameters:
      • month: (typeof hebrew.Date)
    • type
      Function
  • dojox.date.hebrew.compare

    • parameters:
      • dateheb1: (typeof hebrew.Date)
      • dateheb2: (typeof hebrew.Date)
      • portion: (typeof String)
        A string indicating the "date" or "time" portion of a Date object.
        Compares both "date" and "time" by default.  One of the following:
        "date", "time", "datetime"
    • summary
      Compare two hebrew date objects by date, time, or both.
    • description
      Returns 0 if equal, positive if a > b, else negative.
      date1:
      hebrew.Date object
      date2:
      hebrew.Date object.  If not specified, the current hebrew.Date is used.
    • type
      Function
  • dojox.date.hebrew.add

    • parameters:
      • date: (typeof dojox.date.hebrew.Date)
        hebrew.Date Date object to start with
      • interval: (typeof String)
        A string representing the interval.  One of the following:
        "year", "month", "day", "hour", "minute", "second",
        "millisecond", "week", "weekday"
      • amount: (typeof int)
        How much to add to the date.
    • returns
      dojox.date.hebrew.Date
    • summary
      Add to a Date in intervals of different size, from milliseconds to years
    • type
      Function
  • dojox.date.hebrew.difference

    • parameters:
      • date1: (typeof dojox.date.hebrew.Date)
      • date2: (typeof dojox.date.hebrew.Date)
      • interval: (typeof String)
        A string representing the interval.  One of the following:
        "year", "month", "day", "hour", "minute", "second",
        "millisecond",  "week", "weekday"
        Defaults to "day".
    • returns
      Number (integer)
    • summary
      date1 - date2
      date2 is hebrew.Date object.  If not specified, the current hebrew.Date is used.
    • type
      Function
  • dojox.date.hebrew

    • type
      Object
  • dojox.date

    • type
      Object
  • dojox

    • type
      Object