Date & Time

addtime

adds or subtracts a duration from a date / time according to the given unit and calendar options

Object addtime(Object t, Object duration, Object unit=nothing, Object hoursperday=nothing, Object holidays=nothing)

days

Returns the days between two dates.

Object days(Collection x, Collection y)

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)

hours

Returns the hours between two dates.

Object hours(Collection x, Collection 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, Object =nothing)

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, Object =nothing)

minutes

Returns the minutes between two dates.

Object minutes(Collection x, Collection y)

now

Returns the current time.

Object now()

seconds

Returns the seconds between two dates.

Object seconds(Collection x, Collection y)

Feedback

Did you find what you needed?

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

=