IAppointmentsProviderShowAppointmentDetailsActivatedEventArgs.InstanceStartDate Property

Definition

Gets the start date of the appointment instance for which the app should display details.

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

Property Value

The start date of the appointment instance for which the app should display details.

Applies to