.. index:: 
  !DateTime.isTimeValid Method
  
.. _id3_bioseal_date_time_is_time_valid_class_method:

===============================================================================
DateTime.isTimeValid Method
===============================================================================

Module: :ref:`DateTime<id3_bioseal_date_time_class>`

Definition
----------

Indicates whether the time is valid.


.. code:: Dart

    bool isTimeValid()

**Returns**

.. line-block::

    ``bool``
    true if the time is valid.

**Exceptions**

.. line-block::

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



