The C1CalendarItem..::..DateTimeInfoCollection class keeps the list of DateTimeInfo objects which can be used for the C1CalendarItem control navigation.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public class DateTimeInfoCollection : INotifyPropertyChanged
Visual Basic
Public Class DateTimeInfoCollection _
	Implements INotifyPropertyChanged

Inheritance Hierarchy

System..::..Object
  C1.Silverlight.Schedule..::..C1CalendarItem..::..DateTimeInfoCollection

See Also