.. index:: 
  !Bioseal.setTimeZoneOffset Method
  
.. _id3_bioseal_bioseal_set_time_zone_offset_class_method:

===============================================================================
Bioseal.setTimeZoneOffset Method
===============================================================================

Module: :ref:`Bioseal<id3_bioseal_bioseal_class>`

Definition
----------

Sets the time zone offset in seconds.


.. code:: Dart

    void setTimeZoneOffset(int offsetInSeconds)

**Parameters**

.. line-block::

    ``offsetInSeconds`` int
    :guilabel:`in` The time zone offset in seconds.


**Exceptions**

.. line-block::

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



