The timeRangeSelectedCallBack() method fires the TimeRangeSelected event on the server side using a CallBack in ASP.NET WebForms, ASP.NET MVC, and Java.
Declaration
DayPilot.Month.timeRangeSelectedCallBack(start, end[, data]);Parameters
start(DayPilot.Date) - start of the time rangeend(DayPilot.Date) - end of the time rangedata(object) - additional custom data
Example
dp.timeRangeSelectedCallBack(start, end, { source: "api" });
DayPilot