The timeRangeSelectedPostBack() method fires the TimeRangeSelected event on the server side using a PostBack in ASP.NET WebForms.
Declaration
DayPilot.Month.timeRangeSelectedPostBack(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.timeRangeSelectedPostBack(start, end, { source: "api" });
DayPilot