setBreakpointStartTime

Syntax

<Path>.setBreakpointStartTime(LineInBreakpointList:integer, StartTime:time or dateTime) → time

The method setBreakpointStartTime sets the Start time at which the breakpoint of the breakpoint of the EventController designated by <Path> will be activated.

Parameters

  • The parameter LineInBreakpointList of data type integer designates the line of the breakpoint in the breakpoint list.

  • The parameter StartTime of data type time designates the time at which the breakpoint will be activated.

Return Value

The return value has the data type time.

Example

print EventController.setBreakpointStartTime(2,15)

Related Topic

getBreakpointStartTime