Gets or sets a date component of DateTime. This is a dependency property.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public DateTime Date { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
Public Property Date As DateTime
	Get
	Set

Remarks

Changing this property may also change the Year and/or Month property values, which in turn will cause a refreshing of the control UI so as to represent an updated month of a year.

This is a dependency property.

See Also