Gets or sets the System.Globalization.Calendar object to use when displaying dates in the control.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public Calendar SystemCalendar { get; set; } |
Visual Basic Copy Code |
---|
Public Property SystemCalendar As Calendar |
An instance of the Calendar class.
If this property is not set, the control uses the calendar of the associated culture.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |