Here you can find the source of getRawMinutes(int m)
public static final long getRawMinutes(int m)
//package com.java2s; //License from project: Apache License public class Main { public static final long getRawMinutes(int m) { return m * 60000l; }/*from ww w .j av a2 s . c o m*/ }