IRecurrenceInfo.WeekDays Property
Gets or sets the day/days in a week on which the appointment occurs.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v20.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
WeekDays | The WeekDays enumeration's value specifying the day/days in a week. |
Remarks
The WeekDays property defines a specific day/days in a week which is used to calculate the appointment occurrences in the recurrence pattern.
Note that for the occurrence frequency of the monthly or yearly type (the RecurrenceInfo.Type property is set to either RecurrenceType.Monthly or RecurrenceType.Yearly value), the WeekDays property is in effect if the IRecurrenceInfo.WeekOfMonth property is not set to the WeekOfMonth.None value.
See Also
Feedback