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

item
dbiDayFormat
Removes a specific item from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal item As dbiDayFormat _
) 
C# 
public void Remove( 
   dbiDayFormat item
)

Parameters

item
dbiDayFormat

Requirements

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

See Also