DayPilot.Date Class

Members

Notes

DayPilot uses a special class for representing the DateTime value on the client side.

Differences from the standard Date object:

  • DayPilot.Date only works with a single time zone (no distinction between local and GMT time).
  • Supports methods for easier handling of calculations (addMinutes, etc.).

Event-handlers that use this class:

  • EventClickJavaScript: e.start(), e.end()
  • EventEditJavaScript: e.start(), e.end()
  • EventMoveJavaScript: e.start(), e.end(), newStart, newEnd
  • EventResizeJavaScript: e.start(), e.end(), newStart, newEnd
  • EventRightClick: e.start(), e.end()
  • TimeRangeSelected: start, end

DayPilot for ASP.NET, DayPilot for Java