infix fun before(other: DateTime): Boolean
infix fun before(other: Calendar): Boolean
Returns true if receiver falls before other.
infix fun before(other: Long): Boolean
Returns true if receiver falls before other - given in milliseconds since epoch.