daysOfMonth property

List<int>? daysOfMonth
getter/setter pair

Days of the month to refresh.

Only 1-28 are supported, mapping to the 1st to the 28th day. At least one day must be specified.

Implementation

core.List<core.int>? daysOfMonth;