Uses of Class
org.gedcomx.date.GedcomxDateSimple
-
-
Uses of GedcomxDateSimple in org.gedcomx.date
Methods in org.gedcomx.date that return GedcomxDateSimple Modifier and Type Method Description static GedcomxDateSimpleGedcomxDateUtil. addDuration(GedcomxDateSimple startDate, GedcomxDateDuration duration)Add a duration to a simple dateGedcomxDateSimpleGedcomxDateRange. getEnd()Get the end of the rangeGedcomxDateSimpleGedcomxDateRecurring. getEnd()Get the end dateGedcomxDateSimpleGedcomxDateRecurring. getNth(Integer count)Get the nth instance of this recurring dateGedcomxDateSimpleGedcomxDateApproximate. getSimpleDate()Return the underlying simple dateGedcomxDateSimpleGedcomxDateRange. getStart()Get the start of the rangeGedcomxDateSimpleGedcomxDateRecurring. 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 GedcomxDateSimple Modifier and Type Method Description static 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 Constructor Description Date(GedcomxDateSimple simple, boolean adjustTimezone)
-