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 Jump to heading
new
Jump to headingPlainMonthDay(isoMonth: number,isoDay: number,calendar?: string,referenceISOYear?: number,)Properties Jump to heading
readonly
Jump to heading[Symbol.toStringTag]: "Temporal.PlainMonthDay"readonly
Jump to headingcalendarId: stringreadonly
Jump to headingday: numberreadonly
Jump to headingmonthCode: stringMethods Jump to heading
Jump to headingequals(other: ): booleanJump to headingtoJSON(): stringJump to headingtoLocaleString(locales?: string | string[],options?: Intl.DateTimeFormatOptions,): stringJump to headingtoPlainDate(year: { year: number; }): Temporal.PlainDateJump to headingtoString(options?: ShowCalendarOption): stringJump to headingvalueOf(): neverJump to headingwith(monthDayLike: PlainMonthDayLike,options?: AssignmentOptions,): Temporal.PlainMonthDayStatic Methods Jump to heading
Jump to headingfrom(item: ,options?: AssignmentOptions,): Temporal.PlainMonthDay