addMillis()

The function addMillis() adds the specified number of milliseconds to the date passed in.

Method Name and Parameter List

  • addMillis( Date date, int millis )

  • addMillis( String dateString, int millis )

  • Returns Date