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 | (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 | (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 | (Inherited from System.Collections.CollectionBase) |