Java org.apache.commons.validator.routines TimeValidator fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.validator.routines TimeValidator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.validator.routines TimeValidator.

The text is from its open source code.

Method

intcompareHours(Calendar value, Calendar compare)

Compare Hours.

intcompareMinutes(Calendar value, Calendar compare)

Compare Minutes (hours and minutes).

intcompareSeconds(Calendar value, Calendar compare)

Compare Seconds (hours, minutes and seconds).

TimeValidatorgetInstance()
Return a singleton instance of this validator.