次の方法で共有


_Reminder.NextReminderDate プロパティ

定義

指定したアラームの次の時間を示す 日付 を返します。 読み取り専用です。

public:
 property DateTime NextReminderDate { DateTime get(); };
public DateTime NextReminderDate { get; }
Public ReadOnly Property NextReminderDate As DateTime

プロパティ値

注釈

NextReminderDate プロパティの値は、オブジェクトのSnooze(Object)メソッドが実行されるたびに、またはユーザーが [Snooze] ボタンをクリックするたびに変更されます。

適用対象