Java Minute Get getRawMinutes(int m)

Here you can find the source of getRawMinutes(int m)

Description

get Raw Minutes

License

Apache License

Declaration

public static final long getRawMinutes(int m) 

Method Source Code

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

Related

  1. getNextMinute(Integer minute)
  2. getNumberOfMinutes(long milliseconds)
  3. getOffMinutes()
  4. getOffMinutes(long l)
  5. getOffMinutes(long timestamp)
  6. getRemainingMinutes(final long ms)
  7. getRemainingMinutes(int minutes)
  8. getReminderMinutes(int option)
  9. getSecondsByMinutes(int minutes)