TimeToolInterval# class ansys.stk.core.analysis_workbench.TimeToolInterval# Represents an interval. Overview# Properties start The intervalβs start time. stop The intervalβs stop time. Import detail# from ansys.stk.core.analysis_workbench import TimeToolInterval Property detail# property TimeToolInterval.start: Any# The intervalβs start time. property TimeToolInterval.stop: Any# The intervalβs stop time.