public GPLocalizedNaksatra getPreviousNaksatra() { GPLocalizedNaksatra lt = new GPLocalizedNaksatra(p_location, getStartTime().TimeByAddingHours(-12.0), GPTithi.PREV_TITHI(p_naksatra)); lt.setEndTime(getStartTime()); return(lt); }
public GPLocalizedTithi getPreviousTithi() { GPLocalizedTithi lt = new GPLocalizedTithi(p_location, getStartTime().TimeByAddingHours(-12.0), GPTithi.PREV_TITHI(p_tithi)); lt.setEndTime(getStartTime()); return(lt); }