Uses of Class
org.gedcomx.date.GedcomxDateDuration

Uses of GedcomxDateDuration in org.gedcomx.date
 

Methods in org.gedcomx.date that return GedcomxDateDuration
 GedcomxDateDuration GedcomxDateRecurring.getDuration()
          Get the duration
 GedcomxDateDuration GedcomxDateRange.getDuration()
          Get the duration between the start and end dates
static GedcomxDateDuration GedcomxDateUtil.getDuration(GedcomxDateSimple startDate, GedcomxDateSimple endDate)
          Calculates the Duration between two dates
static GedcomxDateDuration GedcomxDateUtil.multiplyDuration(GedcomxDateDuration duration, int multiplier)
          Multiple a duration by a fixed number
 

Methods in org.gedcomx.date with parameters of type GedcomxDateDuration
static GedcomxDateSimple GedcomxDateUtil.addDuration(GedcomxDateSimple startDate, GedcomxDateDuration duration)
          Add a duration to a simple date
static GedcomxDateDuration GedcomxDateUtil.multiplyDuration(GedcomxDateDuration duration, int multiplier)
          Multiple a duration by a fixed number
protected static void GedcomxDateUtil.zipDuration(GedcomxDateUtil.Date date, GedcomxDateDuration duration)
          Ensures that date has its properties initialized based on what the duration has.
 



Copyright © 2016. All rights reserved.