Aqualogic Interaction API  
 

IPTSchedule.CalculateNextRuntime Method 

Computes the next time of execution based on a given date

XPDateTime CalculateNextRuntime(
   XPDateTime dtNextRuntimeAfter
);

Parameters

dtNextRuntimeAfter
an XPDateTime after which an execution date is computed

Return Value

an XPDateTime representing the next scheduled execution date after the date given

See Also

IPTSchedule Interface | com.plumtree.server Namespace