RecurrenceInfo Members
In This Article
#Constructors
Name | Description |
---|---|
Recurrence |
Initializes a new instance of the Recurrence |
Recurrence |
Initializes a new instance of the Recurrence |
Recurrence |
Initializes a new instance of the Recurrence |
Recurrence |
Initializes a new instance of the Recurrence |
Recurrence |
Initializes a new instance of the Recurrence |
#Properties
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. |
#Methods
Name | Description |
---|---|
Assign |
Copies all settings from the object passed as the parameter to the current object.
Inherited from Persistent |
Assign |
Copies all the settings from the Recurrence |
Assign |
Copies all settings from the options object passed as the parameter to the current object. |
Begin |
Locks the object until the End |
Cancel |
Unlocks the Persistent |
Can |
Raises the Persistent |
Delete() |
Attempts to delete the persistent object from the collection to which it belongs.
Inherited from Persistent |
Delete |
Deletes the persistent object from its storage.
Inherited from Persistent |
Dispose() |
Disposes of the Persistent |
End |
Unlocks the Persistent |
Equals |
Determines whether the specified Recurrence |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current Recurrence |
From |
Reconstructs the recurrence information from an XML encoding. |
Get |
Returns a human readable description of the recurrence pattern for the specified appointment. |
Get |
Serves as a hash function for a Recurrence |
Get |
Returns the data object that is bound to the current persistent object.
Inherited from Persistent |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
On |
The method is called upon modification of the persistent object.
Inherited from Persistent |
On |
Called before a persistent object is modified.
Inherited from Persistent |
Raise |
This member supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Persistent |
Raise |
This member supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Persistent |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset |
Resets all recurrence information fields to their default values according to the specified recurrence type. |
Rollback |
Restores object properties to their initial state.
Inherited from Persistent |
To |
Returns a string that represents the current object. Inherited from Object. |
To |
Creates an XML encoding of the recurrence information. |
See Also