'Declaration
Public Property SelectedDate As System.Date
public System.DateTime SelectedDate {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. Use this property when MaxSelectionCount is set to 1.