Comment posted by Dan Letecky
17 years ago.
Yes, you can do it by setting CellSize property to 1440 (duration of one day in minutes) and Days property to 7. The best way is to add it to the .aspx declaration:
<daypilot:DayPilotScheduler ID="DayPilotScheduler1" runat="server"
CellSize="1440" Days="7"
You can use DayPilot.Utils.Week.FirstDayOfWeek() method to detect the week start (for setting StartDate property).