# CalendarLike

`import { CalendarLike } from "destack:time";`

Temporal calendar-like value.

```ds title="CalendarLike"
export type CalendarLike = string | ZonedDateTime | PlainDateTime | PlainDate | PlainYearMonth | PlainMonthDay
```

[language/library/src/time/plain-date.ds:20:26](https://github.com/destack-sh/destack/blob/main/language/library/src/time/plain-date.ds#L20-L26)
