Gets the start of the visible range (date and time).

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

Syntax

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

See Also