Selection start date and time.

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

Syntax

C#
public DateTime Start { get; }
Visual Basic (Declaration)
Public ReadOnly Property Start As DateTime
Visual C++
public:
property DateTime Start {
	DateTime get ();
}

See Also