Java.Util.Calendar.AmPm Field
Field number for get and set indicating whether the HOUR is before or after noon.

Value: 9

Syntax

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

See Also

Calendar.Am
Calendar.Pm
Calendar.Hour

Remarks

Field number for get and set indicating whether the HOUR is before or after noon. E.g., at 10:04:15.250 PM the AM_PM is PM.

[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