Uiinfrastructure API Docs  
 

TimeTracker.GetCheckpointTimeFromCheckpoint Method 

GetCheckpointTimeFromStart attempts to retrieve the two checkpoints with the keys given. It returns -1 if either of the checkpoints do not exist. It returns the time in milliseconds between the start checkpoint and the end checkpoint time.

public virtual long GetCheckpointTimeFromCheckpoint(
   string startCheckpoint,
   string endCheckpoint
);

Parameters

startCheckpoint
endCheckpoint

Return Value

long the time between the two checkpoints

See Also

TimeTracker Class | com.plumtree.uiinfrastructure.common Namespace