The starting time of the time header cell. Replaces Hour property. 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 TimeSpan Start { get; internal set; }
Visual Basic
Public Property Start As TimeSpan
	Get
	Friend Set
Visual C++
public:
property TimeSpan Start {
	TimeSpan get ();
	internal: void set (TimeSpan value);
}

See Also