C1.C1Schedule Namespace > Appointment Class : Start Property |
'Declaration
Public Property Start As System.Date
public System.DateTime Start {get; set;}
If the Appointment.AllDayEvent property is set to true, then the start date of the appointment is the System.DateTime.Date of the Appointment.Start, and the start time of the appointment is 0:00.
At setting this property, if it's time is not equal 0:00, the Appointment.AllDayEvent property will be set to false.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2