Share via


AppointmentRecurrenceUnit 枚举

定义

指定约会发生的频率。

public enum class AppointmentRecurrenceUnit
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AppointmentRecurrenceUnit
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AppointmentRecurrenceUnit
var value = Windows.ApplicationModel.Appointments.AppointmentRecurrenceUnit.daily
Public Enum AppointmentRecurrenceUnit
继承
AppointmentRecurrenceUnit
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
应用功能
appointmentsSystem

字段

Daily 0

约会每天发生。

Monthly 2

约会每月发生一次。

MonthlyOnDay 3

约会每月在每月的某一天发生。

Weekly 1

约会每周进行一次。

Yearly 4

约会每年发生一次。

YearlyOnDay 5

约会每年在一年中的特定日期进行。

适用于

另请参阅