| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2024. All rights reserved.