Determines the set of days and groups of days for recurrence patterns.

Namespace:  C1.Web.UI.Controls.C1Schedule
Assembly:  C1ScheduleClient (in C1ScheduleClient.dll)

Syntax

JavaScript
C1.Web.UI.Controls.C1Schedule.WeekDaysEnum = function();

Type.createClass(
	'C1.Web.UI.Controls.C1Schedule.WeekDaysEnum',
	Enum);

Inheritance Hierarchy

System..::..Object
  System..::..ValueType
    System..::..Enum
      C1.Web.UI.Controls.C1Schedule..::..WeekDaysEnum

See Also