.. index:: 
  !DateTimeArray.getCount Method
  
.. _id3_bioseal_date_time_array_get_count_class_method:

===============================================================================
DateTimeArray.getCount Method
===============================================================================

Module: :ref:`DateTimeArray<id3_bioseal_date_time_array_class>`

Definition
----------

Gets the number of elements in the DateTimeArray object.


.. code:: Dart

    int getCount()

**Returns**

.. line-block::

    ``int``
    Number of elements in the DateTime object.

**Exceptions**

.. line-block::

    :ref:`BiosealException<id3_bioseal_bioseal_exception>`
    An error has occurred during Bioseal Library execution.



