다음을 통해 공유


Calendar.DowLocal Field

Definition

Caution

This constant will be removed in the future version. Use Android.Icu.Util.CalendarField enum directly instead of this field.

<strong>[icu]</strong> Field number for get() and set() indicating the localized day of week.

[Android.Runtime.Register("DOW_LOCAL", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Util.CalendarField enum directly instead of this field.", true)]
public const Android.Icu.Util.CalendarField DowLocal = 18;
[<Android.Runtime.Register("DOW_LOCAL", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Util.CalendarField enum directly instead of this field.", true)>]
val mutable DowLocal : Android.Icu.Util.CalendarField

Field Value

Value = 18
Attributes

Remarks

<strong>[icu]</strong> Field number for get() and set() indicating the localized day of week. This will be a value from 1 to 7 inclusive, with 1 being the localized first day of the week.

Java documentation for android.icu.util.Calendar.DOW_LOCAL.

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