This is a migrated thread and some comments may be shown as answers.

Kendo scheduler WorkDayEnd do not set correct end time

1 Answer 70 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Anamika
Top achievements
Rank 1
Anamika asked on 03 Sep 2014, 02:43 PM
Hello,

i have a schudler where user has Setting for working day start and end and when Show Business hour clicked i should be displaying that range. So i am Setting like this
​ .WorkDayStart(new DateTime(System.DateTime.Today.Year, System.DateTime.Today.Month,System.DateTime.Today.Day,ViewBag.StartHour, ViewBag.StartMinute, 00))
.WorkDayEnd(new DateTime(System.DateTime.Today.Year, System.DateTime.Today.Month,System.DateTime.Today.Day,18, 00, 00))

Workday start seem to be working find but workdayend do not Show 6 PM as end day rather Shows 5 PM. Am i doing anything wrong here?

Anamika

1 Answer, 1 is accepted

Sort by
0
Anamika
Top achievements
Rank 1
answered on 04 Sep 2014, 06:25 AM
Please ignore this post working fine now
Tags
Scheduler
Asked by
Anamika
Top achievements
Rank 1
Answers by
Anamika
Top achievements
Rank 1
Share this question
or