Gets or sets a month component of the SelectedDate property. This is a dependency property.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
[BrowsableAttribute(false)]
public int Month { get; set; }
Visual Basic
<BrowsableAttribute(False)> _
Public Property Month As Integer
	Get
	Set

Remarks

Changing this property value explicitly or implicitly via the SelectedDate property forces the control to refresh its UI so as to represent an updated month of a year.

See Also