isNegative method

bool isNegative()

Implementation

bool isNegative()
{
  return seconds < 0;
}