Skip to main content

delayFactory()

function delayFactory(schedule): (delay) => Date;

Parameters

ParameterType
scheduleSchedule

Returns

getNextTimePoint function that makes a date from a given Delay

  • note that Delay must not be negative
(delay): Date;

Parameters

ParameterType
delayDelay

Returns

Date