The IRecurrable type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ClearEvaluation |
Clears a previous evaluation, usually because one of the
key elements used for evaluation has changed
(Start, End, Duration, recurrence rules, exceptions, etc.).
(Inherited from IGetOccurrences.) | |
| GetOccurrences(DateTime) | (Inherited from IGetOccurrences.) | |
| GetOccurrences(IDateTime) |
Returns all occurrences of this component that start on the date provided.
All components starting between 12:00:00AM and 11:59:59 PM will be
returned.
(Inherited from IGetOccurrences.) | |
| GetOccurrences(DateTime, DateTime) | (Inherited from IGetOccurrences.) | |
| GetOccurrences(IDateTime, IDateTime) |
Returns all occurrences of this component that start within the date range provided.
All components occurring between startTime and endTime
will be returned.
(Inherited from IGetOccurrences.) | |
| GetService(Type) |
Gets the service object of the specified type.
(Inherited from IServiceProvider.) | |
| GetService(String) | (Inherited from IServiceProvider.) | |
| GetService<(Of <<'(T>)>>)()()()() | (Inherited from IServiceProvider.) | |
| GetService<(Of <<'(T>)>>)(String) | (Inherited from IServiceProvider.) | |
| RemoveService(String) | (Inherited from IServiceProvider.) | |
| RemoveService(Type) | (Inherited from IServiceProvider.) | |
| SetService(Object) | (Inherited from IServiceProvider.) | |
| SetService(String, Object) | (Inherited from IServiceProvider.) |
Properties
| Name | Description | |
|---|---|---|
| DTStart | Obsolete. | |
| ExceptionDates | ||
| ExceptionRules | ||
| RecurrenceDates | ||
| RecurrenceID | ||
| RecurrenceRules | ||
| Start |
Gets/sets the start date/time of the component.
|