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