Monthly
A complex data type that describes monthly job scheduling.
Elements
FrequencyInMonths
Long. The amount of times a job is to be run, in months.
OnDay
Int. Optional. The day of the month on which to run the job.
OnWeekDay
Int. Optional. The day of the month, excluding weekends, on which to run the job.
RunOn
Optional. A complex type containing two
String values. The first string, WeekDay, specifies the day of the week on which to run the job. Valid values for WeekDay are:

Mon

Tue

Wed

Thu

Fri

Sat

Sun
The second string, Occurrence, specifies which occurrence in the month of that day to run the job. Valid values for Occurrence are:

First

Second

Third

Fourth

Last
For example, the strings, Tue and Third, specify the third Tuesday of the month.
OnceADay
String. Optional. Specifies the time the job is to be run.
Repeat
Repeat. Optional. Specifies how often the schedule is to be repeated.