DayPilot.Month.disposed

The disposed() method returns true if the JavaScript Monthly Calendar component has already been disposed using the dispose() method.

Declaration

DayPilot.Month.disposed()

Parameters

This method has no parameters.

Return Value

Returns true when the component has been disposed; otherwise returns false.

Example

if (month.disposed()) {
  return;
}

See Also

DayPilot.Month.dispose()

DayPilot.Month Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript