Java.Util.Calendar.Minute Field
Field number for get and set indicating the minute within the hour.

Value: 12

Syntax

[Android.Runtime.Register("MINUTE")]
[System.Obsolete("This constant will be removed in the future version. Use Java.Util.CalendarField enum directly instead of this field.")]
public const CalendarField Minute

Remarks

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

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1