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.
Constructors #
#PlainMonthDay(isoMonth: number,isoDay: number,calendar?: string,referenceISOYear?: number,) new
Properties #
#[Symbol.toStringTag]: "Temporal.PlainMonthDay" readonly
#calendarId: string readonly
Methods #
#toLocaleString(locales?: string | string[],options?: Intl.DateTimeFormatOptions,): string #toPlainDate(year: { year: number; }): Temporal.PlainDate #toString(options?: ShowCalendarOption): string #with(monthDayLike: PlainMonthDayLike,options?: AssignmentOptions,): Temporal.PlainMonthDay Static Methods #
#from(item: ,options?: AssignmentOptions,): Temporal.PlainMonthDay