Here you can find the source of hourMillis()
public static long hourMillis()
//package com.java2s; //License from project: Apache License public class Main { public static long hourMillis() { return 1000l * 60 * 60; }//from ww w .j ava 2s . co m }