Array#

class Array(**properties: Any)#

Superclasses: Object, Object

This is the ICalArray instance.

Methods#

class Array
remove_element_at(position: int) None#

Removes the element at the position from the array.

Added in version 1.0.

Parameters:

position – The position in which the element will be removed from the array

size() int#

Gets the size of the array.

Added in version 1.0.