Recurrence |
The RecurrenceId type exposes the following members.
| Name | Description | |
|---|---|---|
| RecurrenceId(DateTime) | Creates new RecurrenceId instance. | |
| RecurrenceId(DateTime, String) | Creates new RecurrenceId instance. | |
| RecurrenceId(RecurrenceIdRange, DateTime) | Creates new RecurrenceId instance. | |
| RecurrenceId(RecurrenceIdRange, DateTime, String) | Creates new RecurrenceId instance. |
| Name | Description | |
|---|---|---|
| DateOnly | Indicates | |
| Range | The "RANGE" parameter is used to specify the effective range of recurrence instances from the instance specified by the "RECURRENCE-ID" property value. The default value for the range parameter (when it's null) is the single recurrence instance only. The value can also be ThisAndPrior and ThisAndFuture. | |
| TimeZoneId | Gets the time zone. (TZID). | |
| Value | Gets the time when recurrence instance would occur. |
| Name | Description | |
|---|---|---|
| AllDay | Marks the this recurrence id as an all day event. Time in Value property will be ignored if this method is used. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |