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

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

Syntax

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

See Also