minute

fun minute(): Double

Returns the value of a 1-minute time interval in terms of the base time unit. For example, if the time unit is set to hours, then minute() should return 0.0166 (TIME_UNIT_MINUTE/TIME_UNIT_HOUR)

Thus, if base time unit is set to hours, then 5minute() represents 5 minutes (5.0/60) and 2day() represents 2 days. Use these methods to convert timeUnits to the base time unit when scheduling events or defining time parameters.

Return

Returns the value of a 1-minute time interval in terms of the base time unit.