DekGenius.com
[ Team LiB ] Previous Section Next Section

Dayserializable

System.Windows.Forms (system.windows.forms.dll)enum

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

    [ Team LiB ] Previous Section Next Section