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)
Syntax
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class SPCalendarItemCollection _
Inherits ArrayList
Dim instance As SPCalendarItemCollection
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
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.