elapsedTime method

EllaTime elapsedTime()

Implementation

EllaTime elapsedTime()
{
  return new EllaTime(end.seconds - begin.seconds);
}