[]
Represents the yearly holidays set by the day of the week rules.
[TypeConverter(typeof(DayOfWeekHolidayConverter))]
public class DayOfWeekHoliday : HolidayBase, INotifyPropertyChanged, IHoliday, ICloneable
<TypeConverter(GetType(DayOfWeekHolidayConverter))>
Public Class DayOfWeekHoliday
Inherits HolidayBase
Implements INotifyPropertyChanged, IHoliday, ICloneable
Name | Description |
---|---|
DayOfWeekHoliday() | Initializes a new instance of the DayOfWeekHoliday class with the specified date. |
DayOfWeekHoliday(MonthFlags, DayOfWeekInMonthFlags, DayOfWeekFlags) | Initializes a new instance of the DayOfWeekHoliday class with the specified date. |
DayOfWeekHoliday(string, MonthFlags, DayOfWeekInMonthFlags, DayOfWeekFlags) | Initializes a new instance of the DayOfWeekHoliday class with the specified date. |
Name | Description |
---|---|
DayOfWeek | Gets or sets the day of the week. |
DayOfWeekInMonth | Gets or sets the weekday order. |
IsYearly | Gets whether the weekday holiday implementation is yearly. |
Month | Gets or sets the month of the holiday. |
Name | Gets or sets the name of the weekday and the holiday. |
Name | Description |
---|---|
Clone() | Creates a shallow copy of the DayOfWeekHoliday object. |
IsHoliday(DateTime) | Determines whether the specified date is a weekday holiday. |
TypeOfDay(DateTime) | Returns the type of day for the specified date. |