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: string
readonly
Jump to headingday: number
readonly
Jump to headingmonthCode: string
Methods Jump to heading
Jump to headingequals(other: ): boolean
Jump to headingtoJSON(): string
Jump to headingtoLocaleString(locales?: string | string[],options?: Intl.DateTimeFormatOptions,): string
Jump to headingtoPlainDate(year: { year: number; }): Temporal.PlainDate
Jump to headingtoString(options?: ShowCalendarOption): string
Jump to headingvalueOf(): never
Jump to headingwith(monthDayLike: PlainMonthDayLike,options?: AssignmentOptions,): Temporal.PlainMonthDay
Static Methods Jump to heading
Jump to headingfrom(item: ,options?: AssignmentOptions,): Temporal.PlainMonthDay