dbicCalendar Send comments on this topic.
Clear Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > AlarmItemCollection Class : Clear Method

Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden.

Syntax

Visual Basic (Declaration) 
Public Sub Clear() 
C# 
public void Clear()

Remarks

This method will delete all the items from the collection.  To remove a single item, use the Remove or RemoveAt method.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also