interface Temporal.PlainDate
Properties #
#calendarId: string readonly
#weekOfYear: number | undefined readonly
#yearOfWeek: number | undefined readonly
#daysInWeek: number readonly
#daysInMonth: number readonly
#daysInYear: number readonly
#monthsInYear: number readonly
#inLeapYear: boolean readonly
#[[Symbol.toStringTag]]: "Temporal.PlainDate" readonly
Methods #
#add(duration: DurationLike,options?: OverflowOptions,): PlainDate #subtract(duration: DurationLike,options?: OverflowOptions,): PlainDate #with(dateLike: PartialTemporalLike<DateLikeObject>,options?: OverflowOptions,): PlainDate #withCalendar(calendarLike: CalendarLike): PlainDate #until(other: PlainDateLike,options?: RoundingOptionsWithLargestUnit<DateUnit>,): Duration #since(other: PlainDateLike,options?: RoundingOptionsWithLargestUnit<DateUnit>,): Duration #equals(other: PlainDateLike): boolean #toPlainDateTime(time?: PlainTimeLike): PlainDateTime #toZonedDateTime(timeZone: TimeZoneLike): ZonedDateTime #toString(options?: PlainDateToStringOptions): string #toLocaleString(locales?: Intl.LocalesArgument,options?: Intl.DateTimeFormatOptions,): string