Java Month MONTH(int mh)

Here you can find the source of MONTH(int mh)

Description

MONTH

License

Artistic License

Declaration

public static long MONTH(int mh) 

Method Source Code

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

public class Main {
    public static long MONTH(int mh) {
        return mh * 30 * 24 * 60 * 60 * 1000;
    }/*from  w  ww . ja  va  2 s.co  m*/
}

Related

  1. isWeekOfMonth(int num)
  2. leapMonth(int y)
  3. lineStartsWithMonthString(String line)
  4. lookupMonthStr(int month)
  5. maxLengthOfMonth(int month)
  6. month2int(String month)
  7. month2second(int month)
  8. month2String(int month)
  9. monthAlphaToNum(String str)