infix fun on(other: DateTime): Boolean
infix fun on(other: Calendar): Boolean
Returns true if receiver represents the same time as other.
Note that this is different than equals, since that method takes time zones into account. on is time zone agnostic.
infix fun on(other: Long): Boolean
Returns true if receiver represents the same time as other.