Provides access to the property representing the days of the week for this schedule recurrence (use Property.Days).

Namespace: ININ.IceLib.Configuration
Assembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public GeneralConfigurationProperty<ScheduleRecurrenceConfiguration..::..Property, Collection<int>> Days { get; }
Visual Basic
Public ReadOnly Property Days As GeneralConfigurationProperty(Of ScheduleRecurrenceConfiguration..::..Property, Collection(Of Integer))
	Get

Field Value

The property representing the days in a week.

Remarks

PatternType is Weekly and IsDaySpan is false: Valid values are in the range [1,7], with 1=Sunday, 2=Monday, etc. The entries are the days the schedule will run. PatternType is Weekly and IsDaySpan is true: There should be exactly two entries, for start day and end day. This property does not apply to other patterns.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 2 and beyond.

See Also