Calendar.GetWeekData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[icu] Return simple, immutable struct-like class for access to the week data in this calendar.
[Android.Runtime.Register("getWeekData", "()Landroid/icu/util/Calendar$WeekData;", "GetGetWeekDataHandler", ApiSince=24)]
public virtual Android.Icu.Util.Calendar.WeekData? GetWeekData();
[<Android.Runtime.Register("getWeekData", "()Landroid/icu/util/Calendar$WeekData;", "GetGetWeekDataHandler", ApiSince=24)>]
abstract member GetWeekData : unit -> Android.Icu.Util.Calendar.WeekData
override this.GetWeekData : unit -> Android.Icu.Util.Calendar.WeekData
Returns
the WeekData for this calendar.
- Attributes
Remarks
[icu] Return simple, immutable struct-like class for access to the week data in this calendar.
Android reference for android.icu.util.Calendar.getWeekData.
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.