Click or drag to resize
RecurrenceRule Methods

The RecurrenceRule type exposes the following members.

Methods
  Name Description
Public method ClearEffectiveRange
Clears the effective range set by calling SetEffectiveRange(DateTime, DateTime).
Public method Equals(Object)
Overloaded. Overridden. Returns a value indicating whether this instance is equal to a specified object.
(Overrides ObjectEquals(Object).)
Public method Equals(RecurrenceRule)
Overloaded. Overridden. Returns a value indicating whether this instance is equal to a specified RecurrenceRule object.
Public method Static member FromPatternAndRange
Creates a recurrence rule with the specified pattern and range.
Public method GetHashCode
Overriden. Returns the hash code for this instance.
(Overrides ObjectGetHashCode.)
Public method GetObjectData
Populates a SerializationInfo with the data needed to serialize this object.
Public method Code example SetEffectiveRange
Specifies the effective range for evaluating occurrences.
Public method Code example ToString
Converts the recurrence rule to it's equivalent string representation.
(Overrides ObjectToString.)
Public method Static member TryParse(String)
Creates a recurrence rule instance from it's string representation.
Public method Static member Code example TryParse(String, RecurrenceRule)
Creates a recurrence rule instance from it's string representation.
Top
See Also