DayInstanceCollectionAddRange Method

There are two overloads for this method.

Overload List

AddRange(IEnumerableDayInstance) Add a range of DayInstance objects from an enumerable list
AddRange(IEnumerableDayOfWeek) Add a range of DayOfWeek values to the collection. The instance for each entry will be set to zero to represent all days rather than a specific instance.

See Also