Whether the event end is specified by date only or by full date and time.

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

Syntax

C#
public DateTimeSpec EventEndSpec { get; set; }
Visual Basic
Public Property EventEndSpec As DateTimeSpec
	Get
	Set
Visual C++
public:
property DateTimeSpec EventEndSpec {
	DateTimeSpec get ();
	void set (DateTimeSpec value);
}

See Also