Back to Devexpress

RecurrenceInfo Properties

corelibraries-devexpress-dot-xtrascheduler-dot-recurrenceinfo-dot-underscore-properties.md

latest3.8 KB
Original Source

RecurrenceInfo Properties

Contains a recurring appointment’s reoccurrence information.

NameDescription
AllDayThis property is obsolete and remains for backward compatibility.
DayNumberGets or sets the ordinal number of a day within a defined month.
DeferChangingToEndUpdateThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from PersistentObject.
DurationGets or sets the recurrence’s duration.
EndGets or sets the recurrence’s end date.
FirstDayOfWeekGets or sets the day which will be the first day of the week used for calculating occurrences.
IdGets a persistent object identifier previously retrieved from an external database or set at runtime. Inherited from PersistentObject.
IsDisposedGets whether the current object has been disposed of. Inherited from PersistentObject.
IsUpdateLockedGets whether the persistent object is locked while it is being updated. Inherited from PersistentObject.
MonthGets or sets the month on which the corresponding appointment reoccurs.
OccurrenceCountGets or sets how many times the appointment occurs.
PeriodicityGets or sets the frequency with which the corresponding appointment reoccurs, with respect to the RecurrenceInfo.Type property.
RangeGets or sets the type of the recurrence range.
RowHandleGets or sets a value that identifies the data row bound to the persistent object. Inherited from PersistentObject.
StartGets or sets the recurrence’s start date.
TimeZoneIdGets or sets the time zone identifier of the recurrence pattern.
TypeGets or sets the time base for the frequency of the corresponding appointment’s reoccurrences.
WeekDaysGets or sets the day/days in a week on which the appointment occurs.
WeekOfMonthGets or sets the occurrence number of the week in a month for the recurrence pattern.

See Also

RecurrenceInfo Class

RecurrenceInfo Members

DevExpress.XtraScheduler Namespace