[]
Gets or sets the DayOfWeekHolidayPolicy object using the specified day of the week.
public DayOfWeekHolidayPolicy this[DayOfWeek dayOfWeek] { get; }
Public ReadOnly Default Property Item(dayOfWeek As DayOfWeek) As DayOfWeekHolidayPolicy
Type | Name | Description |
---|---|---|
DayOfWeek | dayOfWeek |
Type | Description |
---|---|
DayOfWeekHolidayPolicy | A DayOfWeekHolidayPolicy object that indicates the holiday rules for the day of the week. |