weekDayOfMonth property

WeekDayOfMonth? weekDayOfMonth
getter/setter pair

Specifies a week day of the month like, FIRST SUNDAY or LAST MONDAY, on which jobs will run.

This will be specified by two fields in WeekDayOfMonth, one for the day, e.g. MONDAY, and one for the week, e.g. LAST. This field is only applicable for recurrence_type, MONTHLY and YEARLY. A validation error will occur if other values are supplied.

Optional.

Implementation

WeekDayOfMonth? weekDayOfMonth;