[]
Represents a base class implement the GrapeCity.Windows.InputMan.IHoliday.
public abstract class HolidayBase : INotifyPropertyChanged, IHoliday, ICloneable
Public MustInherit Class HolidayBase
Implements INotifyPropertyChanged, IHoliday, ICloneable
HolidayBase provides the base behavior of holiday, and it also implements the ICloneable and INotifyPropertyChanged, which offers the clone operation and property changed notifications.
Name | Description |
---|---|
HolidayBase() |
Name | Description |
---|---|
HolidayName | Gets or sets the name of the holiday. |
IsYearly | Gets a value indicating whether the holiday implementation is yearly. |
Name | Description |
---|---|
Clone() | Creates a shallow copy of the holiday object. |
IsDefined(DateTime) | Gets a value indicating whether the specified date is defined 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 changed. |