byMonthDay constant

IriTerm const byMonthDay

IRI for schema:byMonthDay [Expects: https://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: https://schema.org/Schedule

Implementation

static const byMonthDay = IriTerm.prevalidated(
  'https://schema.org/byMonthDay',
);