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 クラスの新しいインスタンスを初期化します。

プロパティ

CalendarIdentifier

CalendarIdentifiers で表される予定表の種類を識別する文字列を取得します。

Day

予定が発生する日を取得または設定します。 Day は UInt32 型で、既定値は 1 で、1 から 31 までの値を指定できます。

DaysOfWeek

予定が発生するすべての曜日の AppointmentDaysOfWeek 型の値の組み合わせを取得または設定します。

Interval

予定の出現間隔を取得または設定します。 Interval は UInt32 型で、既定値は 1 です。 日単位の場合、間隔は、週単位、週数などの間の日数です。

Month

予定が発生する月を取得または設定します。 Month は UInt32 型で、既定値は 1 で、1 ~ 12 の値を指定できます。

Occurrences

予定が繰り返される回数を取得または設定します。 出現回数は IReference(UInt32) 型で、既定では NULL です 。 出現は Until と相互に排他的です。

RecurrenceType

関連付けられた予定に適用される繰り返しの種類を示す値を取得します。

TimeZone

繰り返しのタイム ゾーンを取得または設定します。

Unit

予定が発生する頻度を示す AppointmentRecurrenceUnit 型の値を取得または設定します。

Until

予定が有効になるまでの日付と時刻を取得または設定します。 Until は IReference(DateTime) 型で、既定では NULL です。 Until は、 Occurrences と相互に排他的です。

WeekOfMonth

予定が発生する月の週を示す AppointmentWeekOfMonth 型の値を取得または設定します。 最初の週が既定値です。

適用対象

こちらもご覧ください