Functions and Formulas  

GANTT  

GANTT

earliestStart

Calculates the earliest start date for each task in a collection of related tasks

Collection earliestStart(Collection dependencies, Object start, Collection duration, Collection unit=nothing, Collection hoursperday=nothing, Collection nonworkingdays=nothing)

Parameters
dependencies : is the matrix that defines the task dependencies
start : is the initial start date
duration : is the vector containing the duration of each task
unit : is the unit for the duration (secons, minutes, working hours etc.)
hoursperday : is the number of active hours of a day
nonworkingdays : contains inaktive week days, e.g. sundays or 25. December

groupTime

Object groupTime(Collection x, Collection y)

Parameters
x :
y :

latestFinish

Calculates the latest finish date for each task in a collection of related tasks

Collection latestFinish(Collection dependencies, Object finish, Collection duration, Collection unit=nothing, Collection hoursperday=nothing, Collection nonworkingdays=nothing, Object earliestfinish=nothing)

Parameters
dependencies : is the matrix that defines the task dependencies
finish : is the initial finish date
duration : is the vector containing the duration of each task
unit : is the unit for the duration (secons, minutes, working hours etc.)
hoursperday : is the number of active hours of a day
nonworkingdays : contains inaktive week days, e.g. sundays or 25. December
earliestfinish :

latestStart

Calculates the latest start date for each task in a collection of related tasks

Collection latestStart(Collection dependencies, Object finish, Collection duration, Collection unit=nothing, Collection hoursperday=nothing, Collection nonworkingdays=nothing, Object earliestfinish=nothing)

Parameters
dependencies : is the matrix that defines the task dependencies
finish : is the deadline to meet
duration : is the vector containing the duration of each task
unit : is the unit for the duration (secons, minutes, working hours etc.)
hoursperday : is the number of active hours of a day
nonworkingdays : contains inaktive week days, e.g. sundays or 25. December
earliestfinish :

Feedback

Did you find what you needed?

If you have any further questions or suggestions to improve this page, please let us know:

=