isValid method

bool isValid()

Implementation

bool isValid()
{
  return begin.seconds < end.seconds;
}