共用方式為


Appointment.ReplyTime 屬性

定義

取得或設定使用者回應約會要求的日期和時間。

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.) 。

適用於