isSameDay

fun isSameDay(timestamp1: Long, timestamp2: Long): Boolean

Check if two timestamps lie in the same day

Return

Boolean True if the two timestamps lie in the same day, false otherwise

Parameters

timestamp1

Long The first timestamp

timestamp2

Long The second timestamp