Gets the current selection end date and time.

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

Syntax

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

See Also