The CalendarInfo class manages and exposes all date-related data to C1Schedule controls.

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
[ToolboxItemAttribute(false)]
[DesignTimeVisibleAttribute(false)]
public class CalendarInfo : Component, 
	INotifyPropertyChanged
Visual Basic (Declaration)
<ToolboxItemAttribute(False)> _
<DesignTimeVisibleAttribute(False)> _
Public Class CalendarInfo _
	Inherits Component _
	Implements INotifyPropertyChanged

Inheritance Hierarchy

See Also