_Reminder.NextReminderDate 属性

定义

返回 日期 指定的提醒下一次会。 只读。

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

属性值

注解

每次执行对象的 Snooze(Object) 方法或用户单击“暂停”按钮时,NextReminderDate 属性值都会更改。

适用于