getMinute

@IntRange(from = 0, to = 59)
open fun getMinute(): Int

Returns the minute in the range [0, 59].