ReplaceAppointmentOperation.InstanceStartDate Property

Definition

Gets the start date and time of the appointment instance to replace.

public:
 property IReference<DateTime> ^ InstanceStartDate { IReference<DateTime> ^ get(); };
IReference<DateTime> InstanceStartDate();
public System.Nullable<System.DateTimeOffset> InstanceStartDate { get; }
var iReference = replaceAppointmentOperation.instanceStartDate;
Public ReadOnly Property InstanceStartDate As Nullable(Of DateTimeOffset)

Property Value

The start date and time of the appointment instance to replace.

Windows requirements

App capabilities
appointmentsSystem

Applies to