interval = duration
* typebox.getCategoryRatio( isInclusive );
typebox.setEarliestTime( prev_time );
typebox.setLatestFromEarliest( interval );
prev_time = typebox.getLatestTime();
curr_timebox.affectTimeBounds( typebox );
}
}
}
else { // OverlapInclusionRatio, OverlapExclusiveRatio
duration = finaltime - starttime;