Back to Devexpress

DxSchedulerRecurrenceInfo Members

blazor-devexpress-dot-blazor-dot-dxschedulerrecurrenceinfo-dot-underscore-members.md

latest5.8 KB
Original Source

DxSchedulerRecurrenceInfo Members

Contains recurrence information about an appointment.

Constructors

NameDescription
DxSchedulerRecurrenceInfo()Initializes a new instance of the DxSchedulerRecurrenceInfo class.

Properties

NameDescription
DayNumberSpecifies the ordinal number of a day within a month.
DurationReturns the duration of the interval between the recurrent appointment’s start and end date.
EndSpecifies the recurrent appointment’s end date.
FirstDayOfWeekSpecifies the first day of the week. This day is used to calculate occurrences.
FrequencySpecifies the frequency with which the appointment reoccurs based on the Type property value.
IdSpecifies the item ID. Inherited from DxSchedulerSourceObjectContainer.
IntervalReturns an object that contains information about the recurring appointment’s interval.
MonthSpecifies the month on which the appointment reoccurs.
OccurrenceCountSpecifies how many times the recurrent appointment occurs.
RangeDetermines how a range’s end date is specified.
SourceObjectA data source object to which a Scheduler item is bound. Inherited from DxSchedulerSourceObjectContainer.
StartSpecifies the recurrent appointment’s start date.
TimeZoneIdSpecifies the recurrent appointment’s time zone identifier.
TypeSpecifies the unit of time used to calculate appointment reoccurrences.
WeekDaysSpecifies the day/days in a week on which the appointment reoccurs.
WeekOfMonthSpecifies the week in a month on which the appointment reoccurs.

Methods

NameDescription
Assign(ISchedulerRecurrenceInfo, Boolean)Copies all the settings from the DxSchedulerRecurrenceInfo object passed as a parameter and optionally assigns the same ID.
Assign(ISchedulerRecurrenceInfo)Copies all the settings from the DxSchedulerRecurrenceInfo object passed as a parameter.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
FromXml(String)Reconstructs the recurrence information from a string in XML format.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Reset(SchedulerRecurrenceType)Resets all fields that store recurrence information to their default values based on the specified recurrence type.
ToString()Returns a string that represents the current object. Inherited from Object.
ToXml()Converts recurrence information to XML format.

See Also

DxSchedulerRecurrenceInfo Class

DevExpress.Blazor Namespace