valueError static method

bool valueError()

Implementation

static bool valueError(){
	return complexError() || fractError() || timeError();
}