Searched refs:toTotalMonths (Results 1 – 5 of 5) sorted by relevance
830 long totalMonths = toTotalMonths(); in normalized()849 public long toTotalMonths() { in toTotalMonths() method in Period896 long totalMonths = toTotalMonths(); in addTo()949 long totalMonths = toTotalMonths(); in subtractFrom()
1167 return plusMonths(periodToAdd.toTotalMonths()).plusDays(periodToAdd.getDays()); in plus()1415 … return minusMonths(periodToSubtract.toTotalMonths()).minusDays(periodToSubtract.getDays()); in minus()1760 long months = step.toTotalMonths(); in datesUntil()
2563 …assertTrue(start.plusMonths(step.toTotalMonths()*(count-1)).plusDays(step.getDays()*(count-1)).isB…2566 …assertFalse(start.plusMonths(step.toTotalMonths()*count).plusDays(step.getDays()*count).isBefore(e…2574 list.add(start.plusMonths(step.toTotalMonths()*i).plusDays(step.getDays()*i));2583 …assertTrue(end.minusMonths(step.toTotalMonths()*(count-1)).minusDays(step.getDays()*(count-1)).isA…2586 …assertFalse(end.minusMonths(step.toTotalMonths()*count).minusDays(step.getDays()*count).isAfter(st…2594 list.add(end.minusMonths(step.toTotalMonths()*i).minusDays(step.getDays()*i));
1260 assertEquals(test.toTotalMonths(), y * 12L + m, "totalMonths"); in assertPeriod()
11972 method public long toTotalMonths();