ComponentOne Calendar for UWP
DisplayDate Property

C1.UWP.Calendar Assembly > C1.Xaml.Calendar Namespace > C1Calendar Class : DisplayDate Property
Gets or sets the Windows.Foundation.DateTime value specifying the currently displayed month of a year. This is a dependency property.
Syntax
'Declaration
 
Public Property DisplayDate As System.Date
public System.DateTime DisplayDate {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

Reference

C1Calendar Class
C1Calendar Members