Ending time of the cell. Read-only.

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

Syntax

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

See Also