DatePicker.DayOfMonth Property

Definition

Provides the managed binding for public virtual int DayOfMonth { get; }.

public virtual int DayOfMonth { [Android.Runtime.Register("getDayOfMonth", "()I", "GetGetDayOfMonthHandler")] get; }
[<get: Android.Runtime.Register("getDayOfMonth", "()I", "GetGetDayOfMonthHandler")>]
member this.DayOfMonth : int

Property Value

The selected day of month.

Attributes

Remarks

Java documentation for android.widget.DatePicker.getDayOfMonth().

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