The weekStarts property determines the first day of week. By default, the JavaScript Gantt Chart uses the "Auto" value which uses the weekStarts value of the current locale. You can use a number to set the first day of week explicitly.
"Auto"
const gantt = new DayPilot.Gantt("dp", { weekStarts: 0, // ... }); gantt.init();