DayPilot.Date.getMinutes

The getMinutes() method returns the minute component of the current value as an integer.

Declaration

DayPilot.Date.getMinutes()

Parameters

This method has no parameters.

Notes

Use this method to read the minute component of the current DayPilot.Date value.

Example

const date = new DayPilot.Date("2025-03-15T08:30:00");
const minutes = date.getMinutes();

See Also

DayPilot.Date Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript