Example #1
0
        public GPLocalizedNaksatra getNextNaksatra()
        {
            GPLocalizedNaksatra lt = new GPLocalizedNaksatra(p_location, getEndTime().TimeByAddingHours(12.0), GPTithi.NEXT_TITHI(p_naksatra));

            lt.setStartTime(getEndTime());
            return(lt);
        }
Example #2
0
        public GPLocalizedTithi getNextTithi()
        {
            GPLocalizedTithi lt = new GPLocalizedTithi(p_location, getEndTime().TimeByAddingHours(12.0), GPTithi.NEXT_TITHI(p_tithi));

            lt.setStartTime(getEndTime());
            return(lt);
        }