Gets or sets the selected date.

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

Syntax

C#
[BindableAttribute(true, BindingDirection.TwoWay)]
[DefaultValueAttribute(typeof(DateTime), null)]
public DateTime SelectedDate { get; set; }
Visual Basic
<BindableAttribute(True, BindingDirection.TwoWay)> _
<DefaultValueAttribute(GetType(DateTime), Nothing)> _
Public Property SelectedDate As DateTime
	Get
	Set

Return Value

A DateTime that represents the selected date. The default value is DateTime.MinValue.

See Also