[]
The WorkDays class is a list of working days for the single week.
public class WorkDays : List<DayOfWeek>, IList<DayOfWeek>, ICollection<DayOfWeek>, IList, ICollection, IReadOnlyList<DayOfWeek>, IReadOnlyCollection<DayOfWeek>, IEnumerable<DayOfWeek>, IEnumerable
Name | Description |
---|---|
WorkDays() | Initializes a new instance of the WorkDays class. |
Name | Description |
---|---|
AddRange(DayOfWeek[]) | Creates the new WorkDays object. |
ToString() |