Type Alias DatePart<SpecificTimezone>

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

Date part of FullDate.

Type Parameters