Gets or sets the DateTime value determining the start date and time of the appointment.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public DateTime Start { get; set; }
Visual Basic
Public Property Start As DateTime
	Get
	Set

Remarks

If the AllDayEvent property is set to true, then the start date of the appointment is the Date of the 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 AllDayEvent property will be set to false.

See Also