The end time of the time header cell. Read-only.

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

Syntax

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

See Also