The clearSelection() method clears the current time range selection.
Declaration
DayPilot.Month.clearSelection()Notes
Clears the current time range selection.
Example
const month = new DayPilot.Month("dp", {
// ...
});
month.init();
month.clearSelection();See Also
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot