名前 | 解説 | |
---|---|---|
Caption | Reminderオブジェクトを適用する Appointmentオブジェクトのウィンドウのキャプションテキストを表す System.String値を取得します。 | |
IsActive | Reminderオブジェクトが現在アクティブ(表示されている)かどうかを決定する値を取得します。 | |
NextReminderDate | 指定したアラームが発生する次回の時刻を示す System.DateTime値を 取得します。 | |
OriginalReminderDate | 指定したアラームの発生を設定した元の日時を指定する System.DateTime値を取得します。 OriginalReminderDate= Appointment.Start- Appointment.ReminderTimeBeforeStartという式を使用して計算されます。 | |
ParentAppointment | 所有する Appointmentオブジェクトを取得します。 |