onspring-api-sdk
    Preparing search index...

    Class TimeSpanData

    Index
    • Parameters

      • quantity: number

        The quantity of the time span.

      • increment: TimeSpanIncrement

        The increment of the time span.

      • recurrence: TimeSpanRecurrenceType | null

        The recurrence of the time span.

      • endAfterOccurrences: number | null

        The number of occurrences of the time span.

      • endByDate: Date | null

        The end date of the time span.

      Returns TimeSpanData

      • A new instance of TimeSpanData.
    endAfterOccurrences: number | null
    endByDate: Date | null
    quantity: number
    recurrence: TimeSpanRecurrenceType | null