Type Alias TimePart<SpecificTimezone>

TimePart: SetRequired<
    Partial<FullDate<SpecificTimezone>>,
    keyof typeof timePartShape["runtimeType"],
>

Time part of a FullDate.

Type Parameters