WeekFields.SundayStart Property
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.
The common definition of a week that starts on Sunday and the first week has a minimum of 1 day.
[Android.Runtime.Register("SUNDAY_START", ApiSince=26)]
public static Java.Time.Temporal.WeekFields? SundayStart { get; }
[<Android.Runtime.Register("SUNDAY_START", ApiSince=26)>]
static member SundayStart : Java.Time.Temporal.WeekFields
Property Value
- Attributes
Remarks
The common definition of a week that starts on Sunday and the first week has a minimum of 1 day.
Defined as starting on Sunday and with a minimum of 1 day in the month. This week definition is in use in the US and other European countries.
Java documentation for java.time.temporal.WeekFields.SUNDAY_START
.
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.