RecurrenceRule Class |
Namespace: Kettic.AspNet.Controls
The RecurrenceRule type exposes the following members.
Name | Description | |
---|---|---|
ClearEffectiveRange | Clears the effective range set by calling SetEffectiveRange(DateTime, DateTime). | |
Equals(Object) |
Overloaded. Overridden. Returns a value indicating whether this instance is equal
to a specified object.
(Overrides ObjectEquals(Object).) | |
Equals(RecurrenceRule) |
Overloaded. Overridden. Returns a value indicating whether this instance is equal
to a specified RecurrenceRule object.
| |
FromPatternAndRange |
Creates a recurrence rule with the specified pattern and range.
| |
GetHashCode | Overriden. Returns the hash code for this instance. (Overrides ObjectGetHashCode.) | |
GetObjectData |
Populates a SerializationInfo with the data needed to serialize this
object.
| |
SetEffectiveRange | Specifies the effective range for evaluating occurrences. | |
ToString | Converts the recurrence rule to it's equivalent string representation. (Overrides ObjectToString.) | |
TryParse(String) |
Creates a recurrence rule instance from it's string representation.
| |
TryParse(String, RecurrenceRule) | Creates a recurrence rule instance from it's string representation. |
Name | Description | |
---|---|---|
Equality |
Determines whether two specified RecurrenceRule objects have the
same value.
| |
Inequality |
Determines whether two specified RecurrenceRule objects have
different values.
|
Name | Description | |
---|---|---|
Exceptions | Gets or sets a list of the exception dates associated with this recurrence rule. | |
HasExceptions |
Gets a value indicating whether this recurrence rule has associated
exceptions.
| |
HasOccurrences |
Gets a value indicating whether this recurrence rule yields any
occurrences.
| |
MaximumCandidates |
Gets or sets the maximum candidates limit.
| |
Occurrences | Gets the evaluated occurrence times of this recurrence rule. | |
Pattern | Gets the RecurrencePattern associated with this recurrence rule. | |
Range | Gets the RecurrenceRange associated with this recurrence rule. |