[]
Represents a base class implementation of the holiday interface.
public abstract class HolidayBase : INotifyPropertyChanged, IHoliday, ICloneable
Public MustInherit Class HolidayBase
Implements INotifyPropertyChanged, IHoliday, ICloneable
| Name | Description |
|---|---|
| HolidayBase() | Initializes a new instance of the HolidayBase class. |
| Name | Description |
|---|---|
| IsYearly | Determines whether the holiday implementation is yearly. |
| Name | Gets or sets the name of the holiday. |
| Name | Description |
|---|---|
| Clone() | Creates a shallow copy of the holiday object. |
| IsHoliday(DateTime) | Determines whether the specified date is a holiday. |
| OnPropertyChanged(PropertyChangedEventArgs) | Raises the PropertyChanged event. |
| TypeOfDay(DateTime) | Returns the type of day for the specified date. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when any property is changed. |