[]
Represents the holiday policy for each individual weekday.
[TypeConverter(typeof(WeekdaysConverter))]
public class Weekdays : ICloneable
<TypeConverter(GetType(WeekdaysConverter))>
Public Class Weekdays
Implements ICloneable
| Name | Description |
|---|---|
| Weekdays() | Initializes a new instance of the Weekdays class. |
| Weekdays(DayOfWeekHolidayPolicy, DayOfWeekHolidayPolicy) | Initializes a new instance of the Weekdays class using day specified weekday policies. |
| Weekdays(DayOfWeekHolidayPolicy[]) | Initializes a new instance of the Weekdays class using day specified weekday policies. |
| Name | Description |
|---|---|
| AllDaysOfWeek | Returns all of the DayOfWeekHolidayPolicy settings in a single array. |
| Friday | Gets or sets the DayOfWeekHolidayPolicy for Friday. |
| this[DayOfWeek] | Gets or sets the DayOfWeekHolidayPolicy object using the specified day of the week. |
| Monday | Gets or sets the DayOfWeekHolidayPolicy for Monday. |
| Saturday | Gets or sets the DayOfWeekHolidayPolicy for Saturday. |
| Sunday | Gets or sets the DayOfWeekHolidayPolicy for Sunday. |
| Thursday | Gets or sets the DayOfWeekHolidayPolicy for Thursday. |
| Tuesday | Gets or sets the DayOfWeekHolidayPolicy for Tuesday. |
| Wednesday | Gets or sets the DayOfWeekHolidayPolicy for Wednesday. |
| Name | Description |
|---|---|
| Clone() | Creates a shallow copy of the Weekdays object. |