Appointment.ReplyTime Property

Definition

Gets or sets the date and time that the user responded to the appointment request.

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)

Property Value

The date and time that the user responded to the appointment request.

Windows requirements

App capabilities
appointmentsSystem

Remarks

The ReplyTime date you provide should be in the local time of the device since 12:01 AM, January 1, 1601 A.D. (C.E.) .

Applies to