StartDate sent from the client.

Namespace: DayPilot.Web.Ui.Events
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.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