Gets or sets the start of the business day (in hours).

Namespace: DayPilot.Web.Ui
Assembly:   DayPilot (in DayPilot)
Version: 3.5.2.0

Syntax

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