RecurrenceInfo Properties
Contains a recurring appointment’s reoccurrence information.
Name | Description |
---|---|
All |
This property is obsolete and remains for backward compatibility. |
Day |
Gets or sets the ordinal number of a day within a defined month. |
Defer |
This member supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Persistent |
Duration | Gets or sets the recurrence’s duration. |
End | Gets or sets the recurrence’s end date. |
First |
Gets or sets the day which will be the first day of the week used for calculating occurrences. |
Id |
Gets a persistent object identifier previously retrieved from an external database or set at runtime.
Inherited from Persistent |
Is |
Gets whether the current object has been disposed of.
Inherited from Persistent |
Is |
Gets whether the persistent object is locked while it is being updated.
Inherited from Persistent |
Month | Gets or sets the month on which the corresponding appointment reoccurs. |
Occurrence |
Gets or sets how many times the appointment occurs. |
Periodicity |
Gets or sets the frequency with which the corresponding appointment reoccurs, with respect to the Recurrence |
Range | Gets or sets the type of the recurrence range. |
Row |
Gets or sets a value that identifies the data row bound to the persistent object.
Inherited from Persistent |
Start | Gets or sets the recurrence’s start date. |
Time |
Gets or sets the time zone identifier of the recurrence pattern. |
Type | Gets or sets the time base for the frequency of the corresponding appointment’s reoccurrences. |
Week |
Gets or sets the day/days in a week on which the appointment occurs. |
Week |
Gets or sets the occurrence number of the week in a month for the recurrence pattern. |
See Also