RecurrenceType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the recurrence type of an appointment.
public enum class RecurrenceType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class RecurrenceType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum RecurrenceType
var value = Windows.ApplicationModel.Appointments.RecurrenceType.master
Public Enum RecurrenceType
- Inheritance
-
RecurrenceType
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
App capabilities |
appointmentsSystem
|
Fields
Name | Value | Description |
---|---|---|
Master | 0 | The appointment is the master appointment for a recurring appointment. |
Instance | 1 | The appointment is an instance of a recurring appointment. |
ExceptionInstance | 2 | The appointment is an exceptional instance of a recurring appointment. |