Name | Description | |
---|---|---|
Add | Adds the specified holiday to the collection. | |
AddRange | Copies the elements of the specified IHoliday array to the end of the collection. | |
Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase) | |
Contains | Returns a value that indicates whether the specified IHoliday is a member of the HolidayCollection. | |
CopyTo | Copies the entire HolidayCollection to a compatible one-dimensional array of type IHoliday, starting at the specified zero-based index of the target array. | |
GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
GetTypeOfDay | Determines the type of day for the specified date. | |
IndexOf | Searches for the specified IHoliday and returns the zero-based index of the first occurrence within the collection. | |
Insert | Inserts a holiday object in the collection. | |
IsHoliday | Determines whether the specified date is a holiday. | |
Remove | Removes the first occurrence of the specified IHoliday from the HolidayCollection. | |
RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase) |