API Reference
DateValueObject
interfaceTagged union of all supported date value formats and their runtime values.
Defined in package/src/types.ts:77
| Prop | Type | Default | Description |
|---|---|---|---|
| format* | "object" | "PlainDate" | "PlainDateTime" | "PlainMonthDay" | "PlainTime" | "PlainYearMonth" | "ZonedDateTime" | "Date" | — | |
| value* | PlainDate | PlainYearMonth | Date | PlainDateTime | Temporal.PlainMonthDay | Temporal.PlainTime | ZonedDateTime | PlainDateObject | — |