date-vir - v8.5.0
    Preparing search index...

    Variable fullDateShapeConst

    fullDateShape: Shape<
        Shape<
            TUnsafe<
                {
                    day: DayOfMonth;
                    month: MonthNumber;
                    timezone: string;
                    year: number;
                } & {
                    hour: Hour;
                    millisecond: number;
                    minute: Minute;
                    second: Minute;
                    timezone: string;
                },
            >,
        >,
    > = ...

    The complete FullDate represented in a shape definition.