MindFusion.Wpf Pack Programmer's Guide
Calendar.Date Property
See Also
 





Gets or sets the currently displayed date. This is a dependency property.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public DateTime Date { get; set; }

Visual Basic  Copy Code

Public Property Date As DateTime

 Property Value

A .NET DateTime object.

 Remarks

This property specifies the date range currently displayed by the control, taking into consideration the current view. For example, in a Month view the Date property will specify the displayed month.

 See Also

Calendar Members
Calendar Class
MindFusion.UI.Wpf Namespace