Calendar.MINUTE

Field number for <code>get</code> and <code>set</code> indicating the minute within the hour. E.g., at 10:04:15.250 PM the <code>MINUTE</code> is 4.

class Calendar
enum int MINUTE;

Meta