Skip to main content
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

new
PlainMonthDay(
isoMonth: number,
isoDay: number,
calendar?: CalendarLike,
referenceISOYear?: number,
)

Properties

readonly
calendarId: string
readonly
day: number
readonly
monthCode: string
readonly
[Symbol.toStringTag]: "Temporal.PlainMonthDay"

Constructors

new
PlainMonthDay(
isoMonth: number,
isoDay: number,
calendar?: CalendarLike,
referenceISOYear?: number,
)

Properties

readonly
calendarId: string
readonly
day: number
readonly
monthCode: string
readonly
[Symbol.toStringTag]: "Temporal.PlainMonthDay"