Comment posted by Kuido Külm
17 years ago.

this.DayPilotScheduler.StartDate=Convert.toDateteim("2009-01-01");
this.DayPilotScheduler.Days = 31;
this.DayPilotScheduler.CellDuration = 1440;

Comment posted by Kuido Külm
17 years ago.

this.DayPilotScheduler.StartDate=Convert.ToDateTime("2009-01-01");
this.DayPilotScheduler.Days = 31;
this.DayPilotScheduler.CellDuration = 1440;

This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.