daysOfMonth property

List<int>? daysOfMonth
getter/setter pair

Specifies days of months like 1, 5, or 14 on which jobs will run.

Values for days_of_month are only applicable for recurrence_type, MONTHLY and YEARLY. A validation error will occur if other values are supplied.

Optional.

Implementation

core.List<core.int>? daysOfMonth;