corelibraries-devexpress-dot-xtrascheduler-dot-irecurrenceinfo-dot-underscore-members.md
A base interface that defines recurrence information.
| Name | Description |
|---|---|
| AllDay | This property is obsolete and remains for backward compatibility. |
| DayNumber | Gets or sets the ordinal number of a day within a defined month. |
| Duration | Gets or sets the duration of the interval in which recurrences occur. |
| End | Gets or sets the end date of the interval in which recurrences occur. |
| FirstDayOfWeek | Gets or sets the day which will be the first day of the week used for calculating occurrences. |
| Id | Gets the recurrence info identifier. |
| Month | Gets or sets the month on which the appointment occurs. |
| OccurrenceCount | Gets or sets how many times the appointment occurs. |
| Periodicity | Gets or sets the frequency with which the corresponding appointment occurs, with respect to the RecurrenceInfo.Type property. |
| Range | Gets or sets the type of the recurrence range. |
| Start | Gets or sets the recurrence’s start date. |
| TimeZoneId | Gets or sets the time zone identifier of the recurrence pattern. |
| Type | Gets or sets the time base for the frequency of the appointment occurrences. |
| WeekDays | Gets or sets the day/days in a week on which the appointment occurs. |
| WeekOfMonth | Gets or sets the occurrence number of the week in a month for the recurrence pattern. |
| Name | Description |
|---|---|
| Assign(IRecurrenceInfo, Boolean) | Copies the settings from the IRecurrenceInfo object passed as a parameter and assigns the same id if required. |
| Assign(IRecurrenceInfo) | Copies all the settings from the IRecurrenceInfo object passed as a parameter. |
| FromXml(String, DateTimeSavingMode) | |
| FromXml(String) | Reconstructs the recurrence information from a string in XML format. |
| Reset(RecurrenceType) | Resets all recurrence information fields to their default values according to the specified recurrence type. |
| ToXml() | Creates an XML encoding of the recurrence information. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when a property value changes. Inherited from INotifyPropertyChanged. |
See Also