API Reference

DateValueObject

interface

Tagged union of all supported date value formats and their runtime values.

Defined in package/src/types.ts:77

PropTypeDefaultDescription
format*"object" | "PlainDate" | "PlainDateTime" | "PlainMonthDay" | "PlainTime" | "PlainYearMonth" | "ZonedDateTime" | "Date"
value*PlainDate | PlainYearMonth | Date | PlainDateTime | Temporal.PlainMonthDay | Temporal.PlainTime | ZonedDateTime | PlainDateObject