Class DateCalculation

Hierarchy (view full)

Constructors

Properties

arguments: (
    | number
    | Date
    | Atom
    | DateCalculation
    | Calculation)[]

The arguments of the calculation

dateCalculationUnit: timeUnits

The unit to calculate with when calculating with dates and numbers

dateResultUnit: timeUnits

The unit of the result of the calculation when calculating with dates and result is a number

operation: dateOperations

The operation of the calculation

Methods