ITimePeriod#
- class ansys.stk.core.stkobjects.ITimePeriod#
Provide methods and properties to configure start and stop times.
Overview#
Get a start time. Uses DateFormat Dimension. |
|
Get a stop time. Uses DateFormat Dimension. |
|
A time duration. The value is a relative duration (i.e. |
Import detail#
from ansys.stk.core.stkobjects import ITimePeriod
Property detail#
- property ITimePeriod.start_time: TimePeriodValue#
Get a start time. Uses DateFormat Dimension.
- property ITimePeriod.stop_time: TimePeriodValue#
Get a stop time. Uses DateFormat Dimension.