Java Utililty Methods Hour to Second

List of utility methods to do Hour to Second

Description

The list of methods to do Hour to Second are organized into topic(s).

Method

IntegerhourToSecond(final Double hour)
hour To Second
return Double.valueOf(hour * 3600).intValue();