StartDate sent from the client.

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

Syntax

C#
public DateTime StartDate { get; }
Visual Basic
Public ReadOnly Property StartDate As DateTime
	Get
Visual C++
public:
property DateTime StartDate {
	DateTime get ();
}

See Also