|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of GedcomxDateDuration in org.gedcomx.date |
|---|
| Methods in org.gedcomx.date that return GedcomxDateDuration | |
|---|---|
GedcomxDateDuration |
GedcomxDateRange.getDuration()
Get the duration between the start and end dates |
GedcomxDateDuration |
GedcomxDateRecurring.getDuration()
Get the duration |
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. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||