min method

double min()

Implementation

double min(){
	return _tmpTime().calcMin();
}