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 |
Gets or sets a value indicating if the time interval of the current recurrence range is All-Day. |
Day |
Gets or sets the ordinal number of a day within a defined month. |
Duration | Gets or sets the recurrence's duration. |
End | Gets or sets the recurrence's end date. |
First |
|
Id | Gets the current object's unique identifier. |
Is |
Gets whether the recurrence information has been locked for updating. |
Month | Gets or sets the month (as a number) 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 reccurs, with respect to the Recurrence |
Range | Gets or sets the type of the recurrence range. |
Start | Gets or sets the recurrence's start date. |
Type | Gets or sets the time base for the frequency of the corresponding appointment recurrences. |
Week |
Gets or sets the day/days in a week on which the corresponding appointment reoccurs. |
Week |
Gets or sets the occurrence number of the week in a month for the recurrence pattern. |
#Methods
Name | Description |
---|---|
Begin |
Locks the Recurrence |
Cancel |
Unlocks the Recurrence |
End |
Unlocks the Recurrence |
Equals |
Determines whether the specified Recurrence |
Equals |
Determines whether the specified object is equal to the current Recurrence |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
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 |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
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. |
To |
Returns a string that represents the current object. Inherited from Object. |
To |
Creates an XML encoding of the recurrence information. |
#Events
Name | Description |
---|---|
Property |
Occurs when a property value is changed. |
See Also