The timeRangeSelectedCallBack() method executes the server-side time range selection action using CallBack.
Declaration
DayPilot.Calendar.timeRangeSelectedCallBack(start, end, resource, data)Parameters
start(DayPilot.Date) - start of the time rangeend(DayPilot.Date) - end of the time rangeresource(string) - resource of the time rangedata(object) - additional custom data
Notes
This legacy helper corresponds to DayPilot.Calendar.timeRangeSelectedHandling set to "CallBack". It is applicable to the ASP.NET WebForms, ASP.NET MVC, and Java editions.
Example
dp.timeRangeSelectedCallBack(start, end, resource, data);See Also
DayPilot.Calendar.timeRangeSelectedHandling
DayPilot.Calendar.onTimeRangeSelect
DayPilot