isAfter method

bool isAfter(
  1. EllaDate other
)

Implementation

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