New to Telerik UI for WinFormsStart a free 30-day trial

Indicates the first day of the week to use when calling date-related functions.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public enum FirstDayOfWeek

Fields

Handled by the current System.Globalization.Calendar object.

C#
Default = 7

Friday

C#
Friday = 5

Monday

C#
Monday = 1

Saturday

C#
Saturday = 6

Sunday

C#
Sunday = 0

Thursday

C#
Thursday = 4

Tuesday

C#
Tuesday = 2

Wednesday

C#
Wednesday = 3