This page is for an old version of Hexaly Optimizer.
We recommend that you update your version and read the documentation for the
latest stable release .
LocalSolver
Date/time module
datetime.
now
( )
datetime.
utcNow
( )
datetime.
today
( )
datetime.
isLeapYear
( year )
type datetime
date
year
month
day
dayOfWeek
dayOfYear
hour
minute
second
millisecond
add
( timespan )
addYears
( nbYears )
addMonths
( nbMonths )
addDays
( nbDays )
addHours
( nbHours )
addMinutes
( nbMinutes )
addSeconds
( nbSeconds )
addMilliseconds
( nbMillis )
type timespan
days
hours
minutes
seconds
milliseconds
totalDays
totalHours
totalMinutes
totalSeconds
totalMilliseconds
add
( timespan )
addDays
( nbDays )
addHours
( nbHours )
addMinutes
( nbMinutes )
addSeconds
( nbSeconds )
addMilliseconds
( nbMillis )