SPCalendarItemCollection Class
Represents a collection of calendar items.
Inheritance Hierarchy
System.Object
System.Collections.ArrayList
Microsoft.SharePoint.WebControls.SPCalendarItemCollection
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Class SPCalendarItemCollection _
Inherits ArrayList
'Usage
Dim instance As SPCalendarItemCollection
public class SPCalendarItemCollection : ArrayList
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.