TimeCycleField
TimeCycleFieldis a structural type that appears in public signatures. It is not directly importable.
the subset of Temporal.PlainTimeLike fields that cycleTime/cycleDateTime/cycleZoned can wrap; goes to nanosecond precision, wider than @internationalized/date’s Time (millisecond ceiling), since GMT’s PlainTime and setTime already support the full range
Definition
Section titled “Definition”type TimeCycleField = | "hour" | "minute" | "second" | "millisecond" | "microsecond" | "nanosecond";