Class Astronomy.Time

  • Enclosing class:
    Astronomy

    public static class Astronomy.Time
    extends java.lang.Object
    time calculations
    • Constructor Summary

      Constructors 
      Constructor Description
      Time()  
      Time​(double hhi)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • hh

        public int hh
      • mm

        public int mm
      • ss

        public int ss
      • hhmmString

        public java.lang.String hhmmString
      • hhmmStringdec

        public java.lang.String hhmmStringdec
      • hhmmssString

        public java.lang.String hhmmssString
      • hhmmssStringdec

        public java.lang.String hhmmssStringdec
    • Constructor Detail

      • Time

        public Time()
      • Time

        public Time​(double hhi)