hour method

double hour()

Implementation

double hour(){
	return _tmpTime().calcHour();
}