lessEqual

open fun lessEqual(value: GlobalDateTime): Boolean

Compare this dateTime value with another dateTime value.

Return

true if this dateTime value is less than or equal to the value dateTime value. Oherwise false.

Parameters

value

The other dateTime value.