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

Namespace: DayPilot.Web.Ui
Assembly:  DayPilot (in DayPilot.dll)
Version: 4.0.1172.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