Calendar.FirstDayOfWeek Property

Definition

Gets what the first day of the week is; e.

public virtual int FirstDayOfWeek { [Android.Runtime.Register("getFirstDayOfWeek", "()I", "GetGetFirstDayOfWeekHandler")] get; [Android.Runtime.Register("setFirstDayOfWeek", "(I)V", "GetSetFirstDayOfWeek_IHandler")] set; }
[<get: Android.Runtime.Register("getFirstDayOfWeek", "()I", "GetGetFirstDayOfWeekHandler")>]
[<set: Android.Runtime.Register("setFirstDayOfWeek", "(I)V", "GetSetFirstDayOfWeek_IHandler")>]
member this.FirstDayOfWeek : int with get, set

Property Value

the first day of the week.

Attributes

Remarks

Gets what the first day of the week is; e.g., SUNDAY in the U.S., MONDAY in France.

Java documentation for java.util.Calendar.getFirstDayOfWeek().

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