Appointment.Start Property

Definition

Gets or sets the start time of the appointment.

public:
 property DateTime Start { DateTime get(); void set(DateTime value); };
public DateTime Start { get; set; }
Public Property Start As DateTime

Property Value

The start time of the appointment.

Applies to