WeekFields.FirstDayOfWeek Property

Definition

Gets the first day-of-week.

public Java.Time.DayOfWeek? FirstDayOfWeek { [Android.Runtime.Register("getFirstDayOfWeek", "()Ljava/time/DayOfWeek;", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getFirstDayOfWeek", "()Ljava/time/DayOfWeek;", "", ApiSince=26)>]
member this.FirstDayOfWeek : Java.Time.DayOfWeek

Property Value

the first day-of-week, not null

Attributes

Remarks

Gets the first day-of-week.

The first day-of-week varies by culture. For example, the US uses Sunday, while France and the ISO-8601 standard use Monday. This method returns the first day using the standard DayOfWeek enum.

Java documentation for java.time.temporal.WeekFields.getFirstDayOfWeek().

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