Uses of Class
org.gedcomx.date.GedcomxDateSimple

Uses of GedcomxDateSimple in org.gedcomx.date
 

Methods in org.gedcomx.date that return GedcomxDateSimple
static GedcomxDateSimple GedcomxDateUtil.addDuration(GedcomxDateSimple startDate, GedcomxDateDuration duration)
          Add a duration to a simple date
 GedcomxDateSimple GedcomxDateRecurring.getEnd()
          Get the end date
 GedcomxDateSimple GedcomxDateRange.getEnd()
          Get the end of the range
 GedcomxDateSimple GedcomxDateRecurring.getNth(Integer count)
          Get the nth instance of this recurring date
 GedcomxDateSimple GedcomxDateApproximate.getSimpleDate()
          Return the underlying simple date
 GedcomxDateSimple GedcomxDateRecurring.getStart()
          Get the start date
 GedcomxDateSimple GedcomxDateRange.getStart()
          Get the start of the range
 

Methods in org.gedcomx.date with parameters of type GedcomxDateSimple
static GedcomxDateSimple GedcomxDateUtil.addDuration(GedcomxDateSimple startDate, GedcomxDateDuration duration)
          Add a duration to a simple date
static GedcomxDateDuration GedcomxDateUtil.getDuration(GedcomxDateSimple startDate, GedcomxDateSimple endDate)
          Calculates the Duration between two dates
 

Constructors in org.gedcomx.date with parameters of type GedcomxDateSimple
GedcomxDateUtil.Date(GedcomxDateSimple simple, boolean adjustTimezone)
           
 



Copyright © 2015. All rights reserved.