Determines the selection start date (the selection end will be calculated automatically).

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

Syntax

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

See Also