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

Namespace: DayPilot.Web.Mvc.Events.Calendar
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
public int Hour { get; }
Visual Basic
Public ReadOnly Property Hour As Integer
	Get
Visual C++
public:
property int Hour {
	int get ();
}

See Also