Variable zeroTimeConst

zeroTime: Pick<
    {
        day: 1;
        hour: 0;
        millisecond: 0;
        minute: 0;
        month: 1;
        second: 0;
        year: 0;
    },
    TimeKey,
> = ...

An object that contains the time parts of FullDate all set to 0.