Starting time of the cell. Read-only.

Namespace: DayPilot.Web.Ui.Events
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public DateTime Start { get; internal set; }
Visual Basic
Public Property Start As DateTime
	Get
	Friend Set
Visual C++
public:
property DateTime Start {
	DateTime get ();
	internal: void set (DateTime value);
}

See Also