AppointmentRecurrence 클래스

정의

약속이 발생하는 시기와 빈도를 나타냅니다.

public ref class AppointmentRecurrence sealed
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppointmentRecurrence final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
class AppointmentRecurrence final
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppointmentRecurrence
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
public sealed class AppointmentRecurrence
function AppointmentRecurrence()
Public NotInheritable Class AppointmentRecurrence
상속
Object Platform::Object IInspectable AppointmentRecurrence
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
앱 기능
appointmentsSystem

설명

약속을 관리하는 방법에 대한 자세한 내용은 약속 관리빠른 시작: 약속 관리를 참조하세요.

생성자

AppointmentRecurrence()

AppointmentRecurrence 클래스의 새 instance 초기화합니다.

속성

CalendarIdentifier

CalendarIdentifiers가 나타내는 달력의 형식을 식별하는 문자열을 가져옵니다.

Day

약속이 발생하는 날짜를 가져오거나 설정합니다. Day는 UInt32 형식이고 기본값은 1이며 1에서 31까지의 값일 수 있습니다.

DaysOfWeek

약속이 발생하는 모든 요일에 대한 AppointmentDaysOfWeek 형식 값의 조합을 가져오거나 설정합니다.

Interval

약속 발생 사이의 간격을 가져오거나 설정합니다. 간격은 UInt32 형식이며 기본값은 1입니다. 매일의 경우 간격은 사이의 일 수, 매주, 주 수 등입니다.

Month

약속이 발생하는 월을 가져오거나 설정합니다. 월은 UInt32 형식이고 기본값은 1이며 1에서 12까지의 값일 수 있습니다.

Occurrences

약속이 되풀이되는 횟수를 가져오거나 설정합니다. 발생은 IReference(UInt32) 형식이며 기본적으로 NULL 입니다. 발생은 Until와 함께 사용할 수 없습니다.

RecurrenceType

연결된 약속에 적용되는 되풀이 유형을 나타내는 값을 가져옵니다.

TimeZone

되풀이에 대한 표준 시간대를 가져오거나 설정합니다.

Unit

약속이 발생하는 빈도를 나타내는 AppointmentRecurrenceUnit 형식 값을 가져오거나 설정합니다.

Until

약속이 유효할 때까지의 날짜와 시간을 가져오거나 설정합니다. Until는 IReference(DateTime) 형식이며 기본적으로 NULL 입니다. Until는 Occurrences와 함께 사용할 수 없습니다.

WeekOfMonth

약속이 발생하는 월의 주를 나타내는 AppointmentWeekOfMonth 형식 값을 가져오거나 설정합니다. 첫 주가 기본값입니다.

적용 대상

추가 정보