[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DayOfWeekHoliday

DayOfWeekHoliday Class

Represents the yearly holidays set by the day of the week rules.

Inheritance
DayOfWeekHoliday
Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
[TypeConverter(typeof(DayOfWeekHolidayConverter))]
public class DayOfWeekHoliday : HolidayBase, INotifyPropertyChanged, IHoliday, ICloneable
<TypeConverter(GetType(DayOfWeekHolidayConverter))>
Public Class DayOfWeekHoliday
    Inherits HolidayBase
    Implements INotifyPropertyChanged, IHoliday, ICloneable

Constructors

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.

Properties

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.

Methods

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.