Java.Util.Calendar.FirstDayOfWeek Property
Returns the first day of the week for this Calendar.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the first day of the week for this Calendar.

Set method documentation [Android Documentation]

Sets the first day of the week for this Calendar. The value should be a day of the week such as MONDAY.

Requirements

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