Appointment.ReplyTime 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定使用者回應約會要求的日期和時間。
public:
property IReference<DateTime> ^ ReplyTime { IReference<DateTime> ^ get(); void set(IReference<DateTime> ^ value); };
IReference<DateTime> ReplyTime();
void ReplyTime(IReference<DateTime> value);
public System.Nullable<System.DateTimeOffset> ReplyTime { get; set; }
var iReference = appointment.replyTime;
appointment.replyTime = iReference;
Public Property ReplyTime As Nullable(Of DateTimeOffset)
屬性值
使用者回應約會要求的日期和時間。
Windows 需求
應用程式功能 |
appointmentsSystem
|
備註
您提供的 ReplyTime 日期應位於裝置的當地時間,自 1601 年 1 月 1 日上午 12:01 起, (C.E.) 。