Package astroLib

Examples of astroLib.HijriCalendar


            System.out.print("45 saniyeden az kald?");*/
      }
  private HijriCalendar getHijriCalendar(double MJD,boolean afterMagrib) {

        //(int)Settings.optionPref.getHijriCorrection();
        hijriCalendar = new HijriCalendar(MJD+Settings.optionPref.getHijriCorrection(),afterMagrib);
        return hijriCalendar;

    }
View Full Code Here


            g.drawString(varValue[i], 4 * width / 5, yPos, Graphics.BASELINE | Graphics.RIGHT);
        }
    }
  private HijriCalendar getHijriCalendar(double MJD) {

        hijriCalendar = new HijriCalendar(MJD);
        return hijriCalendar;

    }
View Full Code Here

TOP

Related Classes of astroLib.HijriCalendar

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.