Calendar.Pm Field

Definition

Value of the #AM_PM field indicating the period of the day from noon to just before midnight.

[Android.Runtime.Register("PM")]
public const int Pm = 1;
[<Android.Runtime.Register("PM")>]
val mutable Pm : int

Field Value

Value = 1
Attributes

Remarks

Value of the #AM_PM field indicating the period of the day from noon to just before midnight.

Java documentation for java.util.Calendar.PM.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to