Java Month toCalendarMonth(int month)

Here you can find the source of toCalendarMonth(int month)

Description

to Calendar Month

License

Open Source License

Declaration

public static int toCalendarMonth(int month) 

Method Source Code

//package com.java2s;

public class Main {
    public static int toCalendarMonth(int month) {
        return month - 1;
    }//from w  w  w .j  av a2 s.  c  o m
}

Related

  1. roundMonthUnits(final int defaultUnitValue)
  2. setStatis_month(String year_month)
  3. startDaemonThread(Runnable runnable)
  4. stringToMonth(String m)
  5. toAnotherMonthColor(String value, String type)
  6. toMonths(int years, int months)
  7. validateMonth(int month)
  8. yyyymm2month(String yyyymm)