Search
Calendar.SystemCalendar Property
See Also
 





Gets or sets the System.Globalization.Calendar object to use when displaying dates in the control.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Calendar SystemCalendar { get; set; }

Visual Basic  Copy Code

Public Property SystemCalendar As Calendar

 Property Value

An instance of the .NET Calendar class.

 Remarks

If this property is not set, the control uses the calendar of the associated culture.

 See Also