Uses of Class
org.gedcomx.date.GedcomxDateSimple
-
Uses of GedcomxDateSimple in org.gedcomx.date
Methods in org.gedcomx.date that return GedcomxDateSimpleModifier and TypeMethodDescriptionstatic GedcomxDateSimpleGedcomxDateUtil.addDuration(GedcomxDateSimple startDate, GedcomxDateDuration duration) Add a duration to a simple dateGedcomxDateRange.getEnd()Get the end of the rangeGedcomxDateRecurring.getEnd()Get the end dateGet the nth instance of this recurring dateGedcomxDateApproximate.getSimpleDate()Return the underlying simple dateGedcomxDateRange.getStart()Get the start of the rangeGedcomxDateRecurring.getStart()Get the start datestatic GedcomxDateSimpleGedcomxDateUtil.javaDateToGedcomxDateSimple(Date javaDate) Converts a java.util.Date to a GedcomxDate object.Methods in org.gedcomx.date with parameters of type GedcomxDateSimpleModifier and TypeMethodDescriptionstatic GedcomxDateSimpleGedcomxDateUtil.addDuration(GedcomxDateSimple startDate, GedcomxDateDuration duration) Add a duration to a simple datestatic GedcomxDateDurationGedcomxDateUtil.getDuration(GedcomxDateSimple startDate, GedcomxDateSimple endDate) Calculates the Duration between two datesConstructors in org.gedcomx.date with parameters of type GedcomxDateSimple