Searched refs:firstDate (Results 1 – 3 of 3) sorted by relevance
414 Date firstDate = new Date(); in Test4083167() local416 cal.setTime(firstDate); in Test4083167()422 logln("Current time: " + firstDate.toString()); in Test4083167()425 Date lastDate = new Date(firstDate.getTime() + in Test4083167()
417 Date firstDate = new Date(); in Test4083167() local419 cal.setTime(firstDate); in Test4083167()425 logln("Current time: " + firstDate.toString()); in Test4083167()428 Date lastDate = new Date(firstDate.getTime() + in Test4083167()
716 UDate firstDate = Calendar::getNow(); in test4083167() local723 cal->setTime(firstDate,status); in test4083167()733 UDate lastDate = firstDate + validity*1000*24*60*60.0; in test4083167()