windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-29ca29dd.md
Gets or sets a rule which determines the first week of the year.
Namespace : DevExpress.XtraEditors.Controls
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(WeekNumberRule.Default)]
[DXCategory("Behavior")]
public WeekNumberRule WeekNumberRule { get; set; }
<DefaultValue(WeekNumberRule.Default)>
<DXCategory("Behavior")>
Public Property WeekNumberRule As WeekNumberRule
| Type | Default | Description |
|---|---|---|
| WeekNumberRule | Default |
The rule that determines the first week of the year.
|
Available values:
| Name | Description |
|---|---|
| Default |
The rule specified by the System.Globalization.DateTimeFormatInfo.CalendarWeekRule property which defines a calendar week for a specific culture.
| | FirstDay |
Indicates that the first week of the year starts on the first day of the year and ends before the following designated first day of the week.
| | FirstFullWeek |
Indicates that the first week of the year begins on the first occurrence of the designated first day of the week on or after the first day of the year.
| | FirstFourDayWeek |
Indicates that the first week of the year is the first week with four or more days before the designated first day of the week.
|
See Also
WeekNumberRule