RecurrenceType Enum

Definition

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

ExceptionInstance 2

The appointment is an exceptional instance of a recurring appointment.

Instance 1

The appointment is an instance of a recurring appointment.

Master 0

The appointment is the master appointment for a recurring appointment.

Applies to