dbicCalendar Send comments on this topic.
RemoveAt Method
See Also 
dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace > DateTimeCollection Class : RemoveAt Method

index
The zero-based index of the element to remove.
Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable.

Syntax

Visual Basic (Declaration) 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
C# 
public void RemoveAt( 
   int index
)

Parameters

index
The zero-based index of the element to remove.

Exceptions

ExceptionDescription
System.ArgumentOutOfRangeExceptionindex is less than zero. -or- index is equal to or greater than System.Collections.CollectionBase.Count.

Requirements

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

See Also