Show the event start time?

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

Syntax

C#
public bool EventStartTime { get; set; }
Visual Basic (Declaration)
Public Property EventStartTime As Boolean
Visual C++
public:
property bool EventStartTime {
	bool get ();
	void set (bool value);
}

See Also