MonthDisplayHelper.FirstDayOfMonth Property

Definition

public virtual int FirstDayOfMonth { [Android.Runtime.Register("getFirstDayOfMonth", "()I", "GetGetFirstDayOfMonthHandler")] get; }
[<get: Android.Runtime.Register("getFirstDayOfMonth", "()I", "GetGetFirstDayOfMonthHandler")>]
member this.FirstDayOfMonth : int

Property Value

The first day of the month using a constants such as java.util.Calendar#SUNDAY.

Attributes

Remarks

Java documentation for android.util.MonthDisplayHelper.getFirstDayOfMonth().

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