MonthDisplayHelper.GetDayAt(Int32, Int32) Method

Definition

[Android.Runtime.Register("getDayAt", "(II)I", "GetGetDayAt_IIHandler")]
public virtual int GetDayAt (int row, int column);
[<Android.Runtime.Register("getDayAt", "(II)I", "GetGetDayAt_IIHandler")>]
abstract member GetDayAt : int * int -> int
override this.GetDayAt : int * int -> int

Parameters

row
Int32

The row, 0-5, starting from the top.

column
Int32

The column, 0-6, starting from the left.

Returns

The day at a particular row, column

Attributes

Remarks

Java documentation for android.util.MonthDisplayHelper.getDayAt(int, int).

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