Here you can find the source of seconds(int s)
static private int seconds(int s)
//package com.java2s; //License from project: Apache License public class Main { static private int seconds(int s) { return s * 1000; }//w w w. ja v a2 s. c o m }