weeksOfMonth property

List<int>? weeksOfMonth
getter/setter pair

Weeks during the month when maintenance should be performed.

Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week.

Optional.

Implementation

core.List<core.int>? weeksOfMonth;