DateCycleField
DateCycleFieldis a structural type that appears in public signatures. It is not directly importable.
the subset of Temporal.PlainDateLike fields that cycleDate/cycleDateTime/cycleZoned can wrap; deliberately narrower than DateUnit, which includes “week” (not a .with()-settable field)
Definition
Section titled “Definition”type DateCycleField = "year" | "month" | "day";