The weeks property (number) sets the number of weeks to be displayed by the monthly calendar in the weeks view.
1
const monthlyCalendar = new DayPilot.Month("month", { viewType: "Weeks", weeks: 6, // ... }); monthlyCalendar.init();