Gets or sets the first day to be shown. Default is DateTime.Today.

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

Syntax

C#
public DateTime StartDate { get; set; }
Visual Basic (Declaration)
Public Property StartDate As DateTime
Visual C++
public:
property DateTime StartDate {
	DateTime get ();
	void set (DateTime value);
}

See Also