How many days are selected (calculated from SelectionStart and SelectionEnd).

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

Syntax

C#
public int Days { get; }
Visual Basic
Public ReadOnly Property Days As Integer
	Get
Visual C++
public:
property int Days {
	int get ();
}

See Also