Back to Devexpress

RecurrenceBuilder Members

wpf-devexpress-dot-xpf-dot-scheduling-dot-recurrencebuilder-dot-underscore-members.md

latest6.0 KB
Original Source

RecurrenceBuilder Members

Allows you to define recurrence rules using method chaining (Fluent API style).

Constructors

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

Methods

NameDescription
Daily(DateTime, DateTime) staticReturns an object used to define a daily recurrence.
Daily(DateTime, Int32) staticReturns an object used to define a daily recurrence.
Daily(DateTime) staticReturns an object used to define a daily recurrence that lasts indefinitely.
Equals(Object, Object) staticDetermines 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) staticCreates 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) staticReturns an object used to define an hourly recurrence.
Hourly(DateTime, Int32) staticReturns an object used to define an hourly recurrence.
Hourly(DateTime) staticReturns an object used to define an hourly recurrence that lasts indefinitely.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
Minutely(DateTime, DateTime) staticReturns an object used to define a minute recurrence.
Minutely(DateTime, Int32) staticReturns an object used to define a minute recurrence.
Minutely(DateTime) staticReturns an object used to define a minute recurrence that lasts indefinitely.
Monthly(DateTime, DateTime) staticReturns an object used to define a monthly recurrence.
Monthly(DateTime, Int32) staticReturns an object used to define a monthly recurrence.
Monthly(DateTime) staticReturns an object used to define a monthly recurrence that lasts indefinitely.
ReferenceEquals(Object, Object) staticDetermines 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) staticReturns an object used to define a weekly recurrence.
Weekly(DateTime, Int32) staticReturns an object used to define a weekly recurrence.
Weekly(DateTime) staticReturns an object used to define a weekly recurrence that lasts indefinitely.
Yearly(DateTime, DateTime) staticReturns an object used to define a yearly recurrence.
Yearly(DateTime, Int32) staticReturns an object used to define a yearly recurrence.
Yearly(DateTime) staticReturns an object used to define a yearly recurrence that lasts indefinitely.

See Also

RecurrenceBuilder Class

DevExpress.Xpf.Scheduling Namespace