RemoveAppointmentOperation.InstanceStartDate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the start date and time of the appointment instance to remove.
public:
property IReference<DateTime> ^ InstanceStartDate { IReference<DateTime> ^ get(); };
IReference<DateTime> InstanceStartDate();
public System.Nullable<System.DateTimeOffset> InstanceStartDate { get; }
var iReference = removeAppointmentOperation.instanceStartDate;
Public ReadOnly Property InstanceStartDate As Nullable(Of DateTimeOffset)
Property Value
The start date and time of the appointment instance to remove.
Windows requirements
App capabilities |
appointmentsSystem
|