DayPilot.Calendar.timeRangeSelectedPostBack

The timeRangeSelectedPostBack() method executes the server-side time range selection action using PostBack.

Declaration

DayPilot.Calendar.timeRangeSelectedPostBack(start, end, resource, data)

Parameters

  • start (DayPilot.Date) - start of the time range

  • end (DayPilot.Date) - end of the time range

  • resource (string) - resource of the time range

  • data (object) - additional custom data

Notes

This legacy helper corresponds to DayPilot.Calendar.timeRangeSelectedHandling set to "PostBack". It is applicable to the ASP.NET WebForms edition.

Example

dp.timeRangeSelectedPostBack(start, end, resource, data);

See Also

DayPilot.Calendar.timeRangeSelectedHandling

DayPilot.Calendar.onTimeRangeSelect

DayPilot.Calendar.onTimeRangeSelected

DayPilot.Calendar Class