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

    Type Alias TimePart<SpecificTimezone>

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

    Time part of a FullDate.

    Type Parameters