Uses of Class
org.gedcomx.date.GedcomxDateDuration
-
Uses of GedcomxDateDuration in org.gedcomx.date
Methods in org.gedcomx.date that return GedcomxDateDurationModifier and TypeMethodDescriptionGedcomxDateRange.getDuration()Get the duration between the start and end datesGedcomxDateRecurring.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 GedcomxDateDurationModifier and TypeMethodDescriptionstatic 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 number