Name

Day

Synopsis

This enumeration is used by the MonthCalendar control to set the FirstDayOfWeek property.


public enum Day {

   Monday = 0,

   Tuesday = 1,

   Wednesday = 2,

   Thursday = 3,

   Friday = 4,

   Saturday = 5,

   Sunday = 6,

   Default = 7

}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) Day

Returned By

MonthCalendar.FirstDayOfWeek

Passed To

MonthCalendar.FirstDayOfWeek

Get .NET Windows Forms 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.