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

    Type Alias DatePart<SpecificTimezone>

    DatePart: SetRequired<
        Partial<FullDate<SpecificTimezone>>,
        keyof typeof datePartShape["runtimeType"],
    >

    Date part of FullDate.

    Type Parameters