minuteOfHour

minuteOfHour returns the minutes since the top of the hour in the specified time zone.

Syntax

Parameters

ParameterTypeDescription
instantInstant

The date-time from which to return the number of minutes.

timeZoneZoneId

The time zone.

dateTimeZonedDateTime

The date-time from which to return the number of minutes.

Returns

Returns an int value of minutes since midnight for a specified date-time.

Examples