RecurrenceBuilder Methods
Allows you to define recurrence rules using method chaining (Fluent API style).
Name | Description |
---|---|
Daily |
Returns an object used to define a daily recurrence. |
Daily |
Returns an object used to define a daily recurrence. |
Daily |
Returns an object used to define a daily recurrence that lasts indefinitely. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
From |
Creates an object that specifies recurrence rules from a string value in RFC 5545 format. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Hourly |
Returns an object used to define an hourly recurrence. |
Hourly |
Returns an object used to define an hourly recurrence. |
Hourly |
Returns an object used to define an hourly recurrence that lasts indefinitely. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Minutely |
Returns an object used to define a minute recurrence. |
Minutely |
Returns an object used to define a minute recurrence. |
Minutely |
Returns an object used to define a minute recurrence that lasts indefinitely. |
Monthly |
Returns an object used to define a monthly recurrence. |
Monthly |
Returns an object used to define a monthly recurrence. |
Monthly |
Returns an object used to define a monthly recurrence that lasts indefinitely. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
Weekly |
Returns an object used to define a weekly recurrence. |
Weekly |
Returns an object used to define a weekly recurrence. |
Weekly |
Returns an object used to define a weekly recurrence that lasts indefinitely. |
Yearly |
Returns an object used to define a yearly recurrence. |
Yearly |
Returns an object used to define a yearly recurrence. |
Yearly |
Returns an object used to define a yearly recurrence that lasts indefinitely. |
See Also