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

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

Syntax

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

See Also