Calendar.WeekNumber Method

Definition

Overloads

WeekNumber(Int32, Int32, Int32)
WeekNumber(Int32, Int32)

WeekNumber(Int32, Int32, Int32)

[Android.Runtime.Register("weekNumber", "(III)I", "GetWeekNumber_IIIHandler", ApiSince=24)]
protected virtual int WeekNumber (int desiredDay, int dayOfPeriod, int dayOfWeek);
[<Android.Runtime.Register("weekNumber", "(III)I", "GetWeekNumber_IIIHandler", ApiSince=24)>]
abstract member WeekNumber : int * int * int -> int
override this.WeekNumber : int * int * int -> int

Parameters

desiredDay
Int32
dayOfPeriod
Int32
dayOfWeek
Int32

Returns

Attributes

Remarks

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

WeekNumber(Int32, Int32)

[Android.Runtime.Register("weekNumber", "(II)I", "", ApiSince=24)]
protected int WeekNumber (int dayOfPeriod, int dayOfWeek);
[<Android.Runtime.Register("weekNumber", "(II)I", "", ApiSince=24)>]
member this.WeekNumber : int * int -> int

Parameters

dayOfPeriod
Int32
dayOfWeek
Int32

Returns

Attributes

Remarks

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