RecurrencePattern interface

Recurrence pattern of a lab schedule.

Properties

expirationDate

When the recurrence will expire. This date is inclusive.

frequency

The frequency of the recurrence.

interval

The interval to invoke the schedule on. For example, interval = 2 and RecurrenceFrequency.Daily will run every 2 days. When no interval is supplied, an interval of 1 is used.

weekDays

The week days the schedule runs. Used for when the Frequency is set to Weekly.

Property Details

expirationDate

When the recurrence will expire. This date is inclusive.

expirationDate: Date

Property Value

Date

frequency

The frequency of the recurrence.

frequency: RecurrenceFrequency

Property Value

interval

The interval to invoke the schedule on. For example, interval = 2 and RecurrenceFrequency.Daily will run every 2 days. When no interval is supplied, an interval of 1 is used.

interval?: number

Property Value

number

weekDays

The week days the schedule runs. Used for when the Frequency is set to Weekly.

weekDays?: WeekDay[]

Property Value