search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Unexpected time for dayVisibleEnd in DayPilot Lite

Asked by Anonymous
15 years ago.

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?

Comment posted by Dan Letecky
15 years ago.

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.

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