Here you can find the source of getHour()
public static int getHour()
//package com.java2s; //License from project: Open Source License import java.util.Calendar; public class Main { public static int getHour() { return Calendar.getInstance().get(Calendar.HOUR); }/*from w w w.j av a 2s.com*/ }