Variable TimeDiff.negative

struct TimeDiff
{
  // ...
  bool negative ;
  // ...
}