AppointmentRecurrenceUnit AppointmentRecurrenceUnit AppointmentRecurrenceUnit AppointmentRecurrenceUnit Enum

Definition

Specifies the frequency for which an appointment occurs.

public : enum class AppointmentRecurrenceUnitpublic enum AppointmentRecurrenceUnitPublic Enum AppointmentRecurrenceUnit// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

Daily Daily Daily Daily

Appointment occurs daily.

Monthly Monthly Monthly Monthly

Appointment occurs monthly.

MonthlyOnDay MonthlyOnDay MonthlyOnDay MonthlyOnDay

Appointment occurs monthly on a particular day of the month.

Weekly Weekly Weekly Weekly

Appointment occurs weekly.

Yearly Yearly Yearly Yearly

Appointment occurs yearly.

YearlyOnDay YearlyOnDay YearlyOnDay YearlyOnDay

Appointment occurs yearly on a particular day of the year.