Calendar.GetWeekDataForRegion(String) 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 CLDR week data.
[Android.Runtime.Register("getWeekDataForRegion", "(Ljava/lang/String;)Landroid/icu/util/Calendar$WeekData;", "", ApiSince=24)]
public static Android.Icu.Util.Calendar.WeekData? GetWeekDataForRegion(string? region);
[<Android.Runtime.Register("getWeekDataForRegion", "(Ljava/lang/String;)Landroid/icu/util/Calendar$WeekData;", "", ApiSince=24)>]
static member GetWeekDataForRegion : string -> Android.Icu.Util.Calendar.WeekData
Parameters
- region
- String
The input region. The results are undefined if the region code is not valid.
Returns
the WeekData for the input region. It is never null.
- Attributes
Remarks
[icu] Return simple, immutable struct-like class for access to the CLDR week data.
Android reference for android.icu.util.Calendar.getWeekDataForRegion.
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.