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
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