GetDisruptionBeginTime

Syntax

<Path>.GetDisruptionBeginTime → time

The read-only attribute GetDisruptionBeginTime returns the point in time at which the next start of a failure (compare DisruptionBegin in the list of scheduled events) is scheduled to take place.

The read-only attribute GetDisruptionBeginTime only considers automatically created events. The read-only attribute does not consider a failure event which manually you inserted with the methods startFailure or startFailureIn.

Return Value

The return value has the data type time.

If no event exists, the method returns -1.

Example

print mystation.GetDisruptionBeginTime

Related Topic

GetDisruptionEndTime