import { type mongoose } from "https://deno.land/x/mongoose@7.8.2/types/expressions.d.ts";
const { IsoDayOfWeek } = mongoose.Expression;
Properties
$isoDayOfWeek: DateExpression | { date: DateExpression; timezone?: tzExpression; }
Returns the weekday number in ISO 8601 format, ranging from 1 (for Monday) to 7 (for Sunday).