12.07.2015 Views

ILOG OPL Development Studio Language Reference Manual

ILOG OPL Development Studio Language Reference Manual

ILOG OPL Development Studio Language Reference Manual

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Date functionsDate functionsSyntaxDate.UTC(year, month, [ , day [ ,hours [ , minutes [ , seconds [ ,mseconds ]]]]])Date.parse(string)EffectReturns a number representing the given date taken in UTC. Thearguments are:year: any integermonth: range 0-11, where 0 = January, 1 = February, and so onday: range 1-31, default 1hours: range 0-59, default 0minutes: range 0-59, default 0seconds: range 0-59, default 0mseconds: range 0-999, default 0Same as new Date(string), but the result is returned as a numberrather than as a date object.I L O G O P L D E V E L O P M E N T S T U D I O L A N G U A G ER E F E R E N C E M A N U A L257

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!