OccurrenceInfoType Members
The OccurrenceInfoType class represents a single modified occurrence of a recurring calendar item.
The following tables list the members exposed by the OccurrenceInfoType type.
Public Constructors
Name | Description | |
---|---|---|
OccurrenceInfoType | The OccurrenceInfoType constructor initializes a new instance of the OccurrenceInfoType class. |
Top
Public Properties
Name | Description | |
---|---|---|
End | The End property gets or sets the end time of a modified occurrence of a recurring calendar item. | |
ItemId | The ItemId property gets or sets the identifier of a modified occurrence of a recurring calendar item. | |
OriginalStart | The OriginalStart property gets or sets the original start time of a modified occurrence of a recurring calendar item. | |
Start | The Start property gets or sets the start time of a modified occurrence of a recurring calendar item. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also