[]
        
(Showing Draft Content)

C1.Schedule.WorkDays

WorkDays Class

The WorkDays class is a list of working days for the single week.

Inheritance
WorkDays
Namespace: C1.Schedule
Assembly: C1.ScheduleCore.dll
Syntax
public class WorkDays : List<DayOfWeek>, IList<DayOfWeek>, ICollection<DayOfWeek>, IList, ICollection, IReadOnlyList<DayOfWeek>, IReadOnlyCollection<DayOfWeek>, IEnumerable<DayOfWeek>, IEnumerable
Public Class WorkDays
    Inherits List(Of DayOfWeek)
    Implements IList(Of DayOfWeek), ICollection(Of DayOfWeek), IList, ICollection, IReadOnlyList(Of DayOfWeek), IReadOnlyCollection(Of DayOfWeek), IEnumerable(Of DayOfWeek), IEnumerable

Constructors

Name Description
WorkDays()

Initializes a new instance of the WorkDays class.

Methods

Name Description
AddRange(DayOfWeek[])

Creates the new WorkDays object.

ToString()