Home Unanswered Active Tags New Question

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?

Asked by Anonymous 3 years ago.
Replies

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.

Comment posted by Dan Letecky 3 years ago.
New Reply
This reply is
Your name (optional):

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java