Calendar.MinimalDaysInFirstWeek 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.
Gets what the minimal days required in the first week of the year are; e.
public virtual int MinimalDaysInFirstWeek { [Android.Runtime.Register("getMinimalDaysInFirstWeek", "()I", "GetGetMinimalDaysInFirstWeekHandler")] get; [Android.Runtime.Register("setMinimalDaysInFirstWeek", "(I)V", "GetSetMinimalDaysInFirstWeek_IHandler")] set; }
[<get: Android.Runtime.Register("getMinimalDaysInFirstWeek", "()I", "GetGetMinimalDaysInFirstWeekHandler")>]
[<set: Android.Runtime.Register("setMinimalDaysInFirstWeek", "(I)V", "GetSetMinimalDaysInFirstWeek_IHandler")>]
member this.MinimalDaysInFirstWeek : int with get, set
Property Value
the minimal days required in the first week of the year.
- Attributes
Remarks
Gets what the minimal days required in the first week of the year are; e.g., if the first week is defined as one that contains the first day of the first month of a year, this method returns 1. If the minimal days required must be a full week, this method returns 7.
Java documentation for java.util.Calendar.getMinimalDaysInFirstWeek()
.
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.