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

objAlarm
The dbiAppointmentItem to remove from the alarm collection.
Removes a specific item from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal objAlarm As dbiAppointmentItem _
) 
C# 
public void Remove( 
   dbiAppointmentItem objAlarm
)

Parameters

objAlarm
The dbiAppointmentItem to remove from the alarm collection.

Remarks

When an item is removed from the collection, the index value for the subsequent items change.  All the information about the removed item is deleted.

Requirements

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

See Also