timeSetMinus method

void timeSetMinus(
  1. bool i
)

Implementation

void timeSetMinus( bool i ){
	_time().setMinus( i );
}