Java Minute Get getMilliSecondFromMinute(int minute)

Here you can find the source of getMilliSecondFromMinute(int minute)

Description

get Milli Second From Minute

License

Open Source License

Declaration

public static long getMilliSecondFromMinute(int minute) 

Method Source Code

//package com.java2s;
//License from project: Open Source License 

public class Main {
    public static long getMilliSecondFromMinute(int minute) {
        return minute * 60 * 1000;
    }/*from   w  w w  .j a  va  2  s  .c  o  m*/
}

Related

  1. getFrequencyValueInMinutes(long value)
  2. getHMTimeInMinutes(final String timeStr)
  3. getHourMinuteSecond(long misSecond)
  4. getHoursMinutesSeconds(float timeInSeconds)
  5. getLessThanOneMinuteAgoRendering()
  6. getMin()
  7. getMin(String dateTime)
  8. getMinDateString(Date date)
  9. getMineType(String urlFile)