The starting hour of the time header cell. Read-only.

Namespace: DayPilot.Web.Ui.Events.Calendar
Assembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.0)

Syntax

C#
public int Hour { get; internal set; }
Visual Basic
Public Property Hour As Integer
	Get
	Friend Set
Visual C++
public:
property int Hour {
	int get ();
	internal: void set (int value);
}

See Also