The date this custom day represents.

Namespace:  C1.Web.UI.Controls.C1Calendar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[NotifyParentPropertyAttribute(true)]
[JsonAttribute(true, true, null)]
[DefaultValueAttribute(null)]
public DateTime Date { get; set; }
Visual Basic
<NotifyParentPropertyAttribute(True)> _
<JsonAttribute(True, True, Nothing)> _
<DefaultValueAttribute(Nothing)> _
Public Property Date As DateTime
	Get
	Set

See Also