library / org.akop.kotx.types / DateTime / after

after

infix fun after(other: DateTime): Boolean
infix fun after(other: Calendar): Boolean

Returns true if receiver falls after other.

infix fun after(other: Long): Boolean

Returns true if receiver falls after other - given in milliseconds since epoch.