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