ITimeToolInstant#
- class ansys.stk.core.analysis_workbench.ITimeToolInstant#
Define an event (time instant).
Overview#
Return computed time instance if it occurs. |
|
Return true if computed time instance occurs before or at specified time, return false otherwise. |
Return the type of time instant. |
|
Return time instant that corresponds to todayβs GMT midnight. |
|
Return time instant that corresponds to tomorrowβs GMT midnight. |
|
Return time instant that corresponds to todayβs GMT noon. |
|
Return time instant that corresponds to tomorrowβs GMT noon. |
Import detail#
from ansys.stk.core.analysis_workbench import ITimeToolInstant
Property detail#
- property ITimeToolInstant.type: TimeEventType#
Return the type of time instant.
- property ITimeToolInstant.today: ITimeToolInstant#
Return time instant that corresponds to todayβs GMT midnight.
- property ITimeToolInstant.tomorrow: ITimeToolInstant#
Return time instant that corresponds to tomorrowβs GMT midnight.
- property ITimeToolInstant.noon_today: ITimeToolInstant#
Return time instant that corresponds to todayβs GMT noon.
- property ITimeToolInstant.noon_tomorrow: ITimeToolInstant#
Return time instant that corresponds to tomorrowβs GMT noon.
Method detail#
- ITimeToolInstant.find_occurrence(self) TimeToolInstantOccurrenceResult #
Return computed time instance if it occurs.
- Returns:
TimeToolInstantOccurrenceResult