isBefore method

bool isBefore(
  1. EllaDate other
)

Implementation

bool isBefore(EllaDate other)
{
  return toDateTime().isBefore( other.toDateTime() );
}