Java Minute Get getOffMinutes()

Here you can find the source of getOffMinutes()

Description

get Off Minutes

License

LGPL

Return

the offMinutes

Declaration

public static Integer getOffMinutes() 

Method Source Code

//package com.java2s;
//License from project: LGPL 

public class Main {
    private static Integer OFFMINUTES;

    /**//from  w  w  w  .j  a  va 2s .c om
     * @return the offMinutes
     */
    public static Integer getOffMinutes() {
        return OFFMINUTES;
    }
}

Related

  1. getMinuteStart(long ts)
  2. getMinutesText(long minutes)
  3. getMinutesTime(long msTime)
  4. getNextMinute(Integer minute)
  5. getNumberOfMinutes(long milliseconds)
  6. getOffMinutes(long l)
  7. getOffMinutes(long timestamp)
  8. getRawMinutes(int m)
  9. getRemainingMinutes(final long ms)