Uiinfrastructure API Docs  
 

TimeTracker.GetCheckpointTimeFromStart Method 

GetCheckpointTimeFromStart attempts to retrieve a checkpoint with the key given. It returns -1 if there is no checkpoint by the given name. It returns the time in milliseconds between the creation of the TimeTracker or its last Reset() and the checkpoint time.

public virtual long GetCheckpointTimeFromStart(
   string checkpoint
);

Parameters

checkpoint

Return Value

long the time between the start of the time and the checkpoint

See Also

TimeTracker Class | com.plumtree.uiinfrastructure.common Namespace