ExportToolTimePeriod ==================== .. py:class:: ansys.stk.core.stkobjects.ExportToolTimePeriod Specify Time Period. .. py:currentmodule:: ExportToolTimePeriod Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.ExportToolTimePeriod.start` - Get or set the start time of export interval. Uses DateFormate Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.ExportToolTimePeriod.stop` - Get or set the stop time of export interval. Uses DateFormat Dimension. * - :py:attr:`~ansys.stk.core.stkobjects.ExportToolTimePeriod.time_period_type` - Specify the time period type to use. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import ExportToolTimePeriod Property detail --------------- .. py:property:: start :canonical: ansys.stk.core.stkobjects.ExportToolTimePeriod.start :type: typing.Any Get or set the start time of export interval. Uses DateFormate Dimension. .. py:property:: stop :canonical: ansys.stk.core.stkobjects.ExportToolTimePeriod.stop :type: typing.Any Get or set the stop time of export interval. Uses DateFormat Dimension. .. py:property:: time_period_type :canonical: ansys.stk.core.stkobjects.ExportToolTimePeriod.time_period_type :type: ExportToolTimePeriodType Specify the time period type to use.