Gets or sets the end of the business day (hours).

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

Syntax

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