Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace MonthlyFrequencyDetails

Frequency Details model for monthly frequency.

Properties

Optional days

days: Array<number>

A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.

Optional frequency

frequency: Frequency

the frequency of the schedule.

Optional interval

interval: undefined | number

This hold the repeatability aspect of a schedule. i.e. in a monhtly frequency, a task can be scheduled for every month, once in two months, once in tree months etc. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Const modelType

modelType: string = "MONTHLY"

Optional time

time: model.Time

Methods

getDeserializedJsonObj

getJsonObj