Uses of Class
org.gedcomx.date.GedcomxDateDuration
-
-
Uses of GedcomxDateDuration in org.gedcomx.date
Methods in org.gedcomx.date that return GedcomxDateDuration Modifier and Type Method Description GedcomxDateDurationGedcomxDateRange. getDuration()Get the duration between the start and end datesGedcomxDateDurationGedcomxDateRecurring. getDuration()Get the durationstatic GedcomxDateDurationGedcomxDateUtil. getDuration(GedcomxDateSimple startDate, GedcomxDateSimple endDate)Calculates the Duration between two datesstatic GedcomxDateDurationGedcomxDateUtil. multiplyDuration(GedcomxDateDuration duration, int multiplier)Multiple a duration by a fixed numberMethods in org.gedcomx.date with parameters of type GedcomxDateDuration Modifier and Type Method Description static GedcomxDateSimpleGedcomxDateUtil. addDuration(GedcomxDateSimple startDate, GedcomxDateDuration duration)Add a duration to a simple datestatic GedcomxDateDurationGedcomxDateUtil. multiplyDuration(GedcomxDateDuration duration, int multiplier)Multiple a duration by a fixed numberprotected static voidGedcomxDateUtil. zipDuration(GedcomxDateUtil.Date date, GedcomxDateDuration duration)Ensures that date has its properties initialized based on what the duration has.
-