.. index:: 
  !DateTimeArray Class

.. _id3_bioseal_date_time_array_class:

===============================================================================
DateTimeArray Class
===============================================================================

Namespace: :ref:`id3.Bioseal<reference_bioseal>`

.. toctree::
  :hidden:

  count<count>
  get<get>
  getCount<get_count>


Definition
----------
.. line-block::
    Represents an array of DateTime objects.


Properties
----------

.. list-table:: 
  :width: 100%
  :widths: 30 5 65
  :header-rows: 1

  * - Name
    - Type
    - Description
  * - :ref:`count<id3_bioseal_date_time_array_count_class_member>`
    - int
    - Gets the number of elements contained in the list
  * - operator [int index]
    - :ref:`DateTime<id3_bioseal_date_time_class>`
    - Gets or sets the element at the specified index in the list.

Iteration
---------

This class supports iteration in Dart, C#, Java and Python.


Methods
-------

.. list-table:: 
  :width: 100%
  :widths: 30 70
  :header-rows: 1

  * - Name
    - Description
  * - :ref:`get<id3_bioseal_date_time_array_get_class_method>`
    - Gets an item of the DateTimeArray object.
  * - :ref:`getCount<id3_bioseal_date_time_array_get_count_class_method>`
    - Gets the number of elements in the DateTimeArray object.
