class Temporal.PlainMonthDay
unstable
A Temporal.PlainMonthDay represents a particular day on the calendar, but
without a year. For example, it could be used to represent a yearly
recurring event, like "Bastille Day is on the 14th of July."
See https://tc39.es/proposal-temporal/docs/monthday.html for more details.
readonly
[Symbol.toStringTag]: "Temporal.PlainMonthDay"readonly
calendarId: stringreadonly
day: numberreadonly
monthCode: stringequals(other: ): booleantoJSON(): stringtoLocaleString(locales?: string | string[],options?: Intl.DateTimeFormatOptions,): stringtoPlainDate(year: { year: number; }): Temporal.PlainDatetoString(options?: ShowCalendarOption): stringvalueOf(): neverwith(monthDayLike: PlainMonthDayLike,options?: AssignmentOptions,): Temporal.PlainMonthDayfrom(item: ,options?: AssignmentOptions,): Temporal.PlainMonthDay