areDateDifferenceGreaterThanMillis

fun areDateDifferenceGreaterThanMillis(firstDate: Date, secondDate: Date, millis: Long): Boolean

Returns whether two dates differs more that input milliseconds

Return

Boolean

Parameters

firstDate

Date first date

secondDate

Date second date

millis

Long the gap in which the second date should be placed to let the function return true