DayPilot.Month.timeRangeSelectedPostBack

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

Example

dp.timeRangeSelectedPostBack(start, end, { source: "api" });