DateAndTime factory>>year:month:day:hour:minute:second:

pattern

year: year month: month day: dayOfMonth hour: hour minute: minute second: second

parameters
keywordparameter nameparameter type(s)aliasing
year:year<integer>unspecified
month:month<integer>unspecified
day:dayOfMonth<integer>unspecified
hour:hour<integer>unspecified
minute:minute<integer>unspecified
second:second<number>unspecified
return values
<DateAndTime> [new]