Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace MonthlyRuleFrequencyDetails

Frequency Details model for monthly frequency based on week of month and day of week.

Properties

Optional dayOfWeek

dayOfWeek: DayOfWeek

This holds the day of the week on which the schedule should be triggered.

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_RULE"

Optional time

time: model.Time

Optional weekOfMonth

weekOfMonth: WeekOfMonth

This holds the week of the month in which the schedule should be triggered.

Methods

getDeserializedJsonObj

getJsonObj