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

obj
dbiAppointmentItem
Removes a specific item from the collection.

Syntax

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

Parameters

obj
dbiAppointmentItem

Requirements

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

See Also