Here you can find the source of getHour()
public static int getHour()
//package com.java2s; import java.util.Calendar; public class Main { public static int getHour() { return Calendar.getInstance().get(Calendar.HOUR_OF_DAY); }/* w ww.j a v a 2 s .c om*/ }