byMonthWeek constant
byMonthWeek [Expects: https://schema.org/Integer]
Defines the week(s) of the month on which a recurring Event takes place. Specified as an Integer between 1-5. For clarity, byMonthWeek is best used in conjunction with byDay to indicate concepts like the first and third Mondays of a month.
Can be used on: https://schema.org/Schedule
Implementation
static const byMonthWeek = IriTerm.prevalidated(
'https://schema.org/byMonthWeek',
);