public class DefaultHolidaySchedule : HolidaySchedule
Public Class DefaultHolidaySchedule
Implements HolidaySchedule
DefaultHolidaySchedule | Creates a new instance of DefaultHolidaySchedule without any holidays. |
DefaultHolidaySchedule(String) | Creates a new instance of DefaultHolidaySchedule populated with dates contained in the provided file. |
DefaultHolidaySchedule(TextReader) | Creates a new instance of DefaultHolidaySchedule populated with dates provided by a TextReader. |
addHoliday | Add a holiday date to this schedule. |
clear | Clear all holidays from this schedule. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
isHoliday | Determines if the provided date is a holiday. |
loadHolidays | Adds dates provided by an TextReader to this DefaultHolidaySchedule. |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |