Frequency

Days

Defining days should always be used along with a specific frequency type as defined below. An array of days should never be used on its own. See examples below.

When picking a set of specific week days, we expect it to be defined as an array with a subset of the following values.

For example, [MO, FR, SU] would mean Monday, Friday, and Sunday.

Defining a Daily Frequency

For example, daily_specific_days_[MO, TU, FR] means every Monday, Tuesday, and Friday.

Defining a Weekly Frequency

For example, weekly_specific_days_[MO, TU, FR] means once a week, on Monday, Tuesday or Friday.

Defining a Bi-Weekly Frequency

For example, biweekly_first_week_specific_days_[MO, TU, FR] means biweekly on the first week, on Mondays, Tuesdays or Fridays.

Defining a Monthly Frequency

Specific Week Day Options

When choosing the 1st, 2nd, 3rd, 4th or last day of the week for the month, it takes the form of any of the following where DAY can be substituted for the day code mentioned above.

For example, monthly_first_MO means the first Monday of the month.

Specific Day Options

In the case you choose a numeric value for a month that does not have that many days, we will default to the last day of the month.

When choosing a specific day of the month, for example the 6th, it would be defined with just the number like below.

Specific Week Options

Any Day

Any Week Day

Other Options

Defining a Quarterly Frequency

First Days

For example, quarterly_first_MO means the first Monday of the quarter.

Last Days

For example, quarterly_last_MO means the last Monday of the quarter.

Other Options