[]
Gets or sets the day of week on which the DayOfWeekHoliday is defined.
public DayOfWeeks DayOfWeek { get; set; }
Public Property DayOfWeek As DayOfWeeks
Type | Description |
---|---|
DayOfWeeks | A GrapeCity.Windows.InputMan.DayOfWeeks enumeration value indicates the day of week.
|
Type | Condition |
---|---|
InvalidEnumArgumentException | set value not defined in GrapeCity.Windows.InputMan.DayOfWeeks. |