ITimePeriod#

class ansys.stk.core.stkobjects.ITimePeriod#

Provide methods and properties to configure start and stop times.

Overview#

start_time

Get a start time. Uses DateFormat Dimension.

stop_time

Get a stop time. Uses DateFormat Dimension.

duration

A time duration. The value is a relative duration (i.e. +1 day, +1 hour).

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.

property ITimePeriod.duration: Any#

A time duration. The value is a relative duration (i.e. +1 day, +1 hour).