AppointmentType 枚举

定义

指定约会的类型。

public enum class AppointmentType
public enum AppointmentType
Public Enum AppointmentType
继承
AppointmentType

字段

名称 说明
Single 0

非定期约会。

Occurrence 1

定期约会系列中的事件。

Exception 2

定期约会系列中的异常。

RecurringMaster 3

定期约会系列的主定期约会。

适用于