DayOfWeekHoliday Class Members
In This Topic
The following tables list the members exposed by DayOfWeekHoliday.
Public Constructors
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | DayOfWeek | Gets or sets the day of the week. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | DayOfWeekInMonth | Gets or sets the weekday order. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | IsYearly | Overridden. Gets whether the weekday holiday implementation is yearly. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Month | Gets or sets the month of the holiday. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Name | Overridden. Gets or sets the name of the weekday and the holiday. |
Top
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Clone | Overridden. Creates a shallow copy of the DayOfWeekHoliday object. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | IsHoliday | Overridden. Determines whether the specified date is a weekday holiday. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | TypeOfDay | Overridden. Returns the type of day for the specified date. |
Top
Public Events
See Also