byDay property
dynamic
byDay
getter/setter pair
Defines the day(s) of the week on which a recurring [Event]
takes place May be specified using either [DayOfWeek
], or
alternatively [Text] conforming to iCal's syntax for byDay
recurrence rules. Supported types: DayOfWeek
, String
Implementation
dynamic byDay;