Java Minute MINUTE(int min)

Here you can find the source of MINUTE(int min)

Description

MINUTE

License

Artistic License

Declaration

public static long MINUTE(int min) 

Method Source Code

//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*/
}

Related

  1. getDateTime(Date d, int hour, int minute, int second, int millisecond)
  2. isMinute(int num)
  3. isValidMinute(final int min)
  4. isWholeMinute(int seconds)
  5. minute(double serial_number)
  6. minute2hour(int minute)
  7. minutes()
  8. minutes(int m)
  9. minutes(int minutes)