WeekFields.Iso Property

Definition

The ISO-8601 definition, where a week starts on Monday and the first week has a minimum of 4 days.

[Android.Runtime.Register("ISO", ApiSince=26)]
public static Java.Time.Temporal.WeekFields? Iso { get; }
[<Android.Runtime.Register("ISO", ApiSince=26)>]
static member Iso : Java.Time.Temporal.WeekFields

Property Value

Attributes

Remarks

The ISO-8601 definition, where a week starts on Monday and the first week has a minimum of 4 days.

The ISO-8601 standard defines a calendar system based on weeks. It uses the week-based-year and week-of-week-based-year concepts to split up the passage of days instead of the standard year/month/day.

Note that the first week may start in the previous calendar year. Note also that the first few days of a calendar year may be in the week-based-year corresponding to the previous calendar year.

Java documentation for java.time.temporal.WeekFields.ISO.

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