Gets the end of the visible range (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 VisibleEnd { get; }
Visual Basic (Declaration)
Public ReadOnly Property VisibleEnd As DateTime
Visual C++
public:
property DateTime VisibleEnd {
	DateTime get ();
}

See Also