DayPilot.Month.eventEndTime

The eventEndTime property (boolean) specifies whether the monthly calendar displays the event end time.

Declaration

DayPilot.Month.eventEndTime

Default Value

false

Notes

The displayed time uses the date/time format specified by DayPilot.Month.locale.

Examples

JavaScript

const month = new DayPilot.Month("dp", {
  eventEndTime: true,
  // ...
});
month.init();

Angular

<daypilot-month [config]="config"></daypilot-month>
config: DayPilot.MonthConfig = {
  eventEndTime: true,
  // ...
};

React

<DayPilotMonth
  eventEndTime={true}
  {/* ... */}
/>

Vue

<DayPilotMonth
  :eventEndTime="true"
  <!-- ... -->
/>

See Also

DayPilot.Month.locale

DayPilot.Month Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript