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

약속은 연중 특정 일에 매년 발생합니다.

적용 대상

추가 정보