Here you can find the source of MINUTE(int min)
public static long MINUTE(int min)
//package com.java2s; //License from project: Artistic License public class Main { public static long MINUTE(int min) { return min * 60 * 1000; }/*from ww w . ja v a 2s . com*/ }