hasSameTimeInMinute

open fun hasSameTimeInMinute(millisFirst: Long, millisSecond: Long): Boolean

Checks if two dates are of the same time up to the minute.

Return

Whether {@param millisFirst} and {@param millisSecond} are off the same day. since 1.2.1

Parameters

millisFirst

The time in milliseconds of the first date.

millisSecond

The time in milliseconds of the second date.