Constructors

  • Parameters

    • quantity: number

      The quantity of the time span.

    • increment: TimeSpanIncrement

      The increment of the time span.

    • recurrence: null | TimeSpanRecurrenceType

      The recurrence of the time span.

    • endAfterOccurrences: null | number

      The number of occurrences of the time span.

    • endByDate: null | Date

      The end date of the time span.

    Returns TimeSpanData

    • A new instance of TimeSpanData.

Properties

endAfterOccurrences: null | number
endByDate: null | Date
quantity: number
recurrence: null | TimeSpanRecurrenceType