TimePeriodValue =============== .. py:class:: ansys.stk.core.stkobjects.TimePeriodValue Provide methods and properties to configure a time value. .. py:currentmodule:: TimePeriodValue Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.TimePeriodValue.value` - A time value. The value can be a string or a double. * - :py:attr:`~ansys.stk.core.stkobjects.TimePeriodValue.type` - A time value type. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import TimePeriodValue Property detail --------------- .. py:property:: value :canonical: ansys.stk.core.stkobjects.TimePeriodValue.value :type: typing.Any A time value. The value can be a string or a double. .. py:property:: type :canonical: ansys.stk.core.stkobjects.TimePeriodValue.type :type: TimePeriodValueType A time value type.