DayPilot Forums

AJAX Calendar/Scheduling Controls
DayPilot » Forums » DayPilot Lite » Unexpected time for dayVisibleEnd in DayPilot Lite

Unexpected time for dayVisibleEnd in DayPilot Lite

DayPilot with properties:

BusinessBeginsHour="0"
BusinessEndsHour="24"
Days="7"

one event:

dr = dt.NewRow();
dr["id"] = 1;
dr["start"] = Convert.ToDateTime("23:00");
dr["end"] = Convert.ToDateTime("23:30");
dr["name"] = "Event 1";
dt.Rows.Add(dr);

Cause exception: Unexpected time for dayVisibleEnd

How solve it?

Anonymous - 12/18/2008 9:44:29 AM

It seems to be related to this problem:

forums.daypilot.org/Topic.aspx/628/daypilot_lite_problem

A service pack addressing this issue will be released soon.

Dan Letecky - 12/18/2008 2:15:59 PM
Post reply