date-vir - v7.3.2
    Preparing search index...

    Type Alias TimePart<SpecificTimezone>

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

    Time part of a FullDate.

    Type Parameters