Name

FirstDayOfWeek

Synopsis

This enumeration is used by the Calendar.FirstDayOfWeek property to determine how a month is broken up into rows of weeks in the display. If you choose the value Sunday, every row in the calendar display will start on Sunday and end with Saturday. Default instructs ASP.NET to use the current regional settings defined on the web server.

Public Enum FirstDayOfWeek
                  Sunday = 0
                  Monday = 1
                  Tuesday = 2
                  Wednesday = 3
                  Thursday = 4
                  Friday = 5
                  Saturday = 6
                  Default = 7
End Enum

Hierarchy

System.ObjectSystem.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) FirstDayOfWeek

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.