byMonthDay constant
byMonthDay [Expects: http://schema.org/Integer]
Defines the day(s) of the month on which a recurring {Event} takes place. Specified as an {Integer
} between 1-31.
Can be used on: http://schema.org/Schedule
Implementation
static const byMonthDay = IriTerm.prevalidated(
'http://schema.org/byMonthDay',
);