次の方法で共有


ItemType.ReminderDueBy プロパティ

定義

プロパティは ReminderDueBy 、イベントが発生した日時を表す DateTime 構造体のインスタンスを取得または設定します。 これは、 プロパティによって ReminderMinutesBeforeStart 、アラームが表示されるタイミングを決定するために使用されます。

public:
 property DateTime ReminderDueBy { DateTime get(); void set(DateTime value); };
public DateTime ReminderDueBy { get; set; }
Public Property ReminderDueBy As DateTime

プロパティ値

プロパティは ReminderDueBy 、イベントが発生した日時を表す DateTime 構造体のインスタンスを返します。

適用対象