Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RecurrenceBuilder Methods
Show Inherited Hide Inherited

Allows you to define recurrence rules using method chaining (Fluent API style).
Name Description
Daily(DateTime, DateTime) static Returns an object used to define a daily recurrence.
Daily(DateTime, Int32) static Returns an object used to define a daily recurrence.
Daily(DateTime) static Returns an object used to define a daily recurrence that lasts indefinitely.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
FromRFC5545RRule(String) static Creates an object that specifies recurrence rules from a string value in RFC 5545 format.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Hourly(DateTime, DateTime) static Returns an object used to define an hourly recurrence.
Hourly(DateTime, Int32) static Returns an object used to define an hourly recurrence.
Hourly(DateTime) static Returns an object used to define an hourly recurrence that lasts indefinitely.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Minutely(DateTime, DateTime) static Returns an object used to define a minute recurrence.
Minutely(DateTime, Int32) static Returns an object used to define a minute recurrence.
Minutely(DateTime) static Returns an object used to define a minute recurrence that lasts indefinitely.
Monthly(DateTime, DateTime) static Returns an object used to define a monthly recurrence.
Monthly(DateTime, Int32) static Returns an object used to define a monthly recurrence.
Monthly(DateTime) static Returns an object used to define a monthly recurrence that lasts indefinitely.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
Weekly(DateTime, DateTime) static Returns an object used to define a weekly recurrence.
Weekly(DateTime, Int32) static Returns an object used to define a weekly recurrence.
Weekly(DateTime) static Returns an object used to define a weekly recurrence that lasts indefinitely.
Yearly(DateTime, DateTime) static Returns an object used to define a yearly recurrence.
Yearly(DateTime, Int32) static Returns an object used to define a yearly recurrence.
Yearly(DateTime) static Returns an object used to define a yearly recurrence that lasts indefinitely.
See Also