Calendar.Monday Field

Definition

Value of the #DAY_OF_WEEK field indicating Monday.

[Android.Runtime.Register("MONDAY")]
public const int Monday = 2;
[<Android.Runtime.Register("MONDAY")>]
val mutable Monday : int

Field Value

Value = 2
Attributes

Remarks

Value of the #DAY_OF_WEEK field indicating Monday.

Java documentation for java.util.Calendar.MONDAY.

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