| Modifier and Type | Class and Description |
|---|---|
class |
GedcomxDateApproximate
An Approximate Date
|
class |
GedcomxDateDuration
The duration between two simple dates
|
class |
GedcomxDateRange
A Date Range
|
class |
GedcomxDateRecurring
A Recurring Date
|
class |
GedcomxDateSimple
A Simple Date
|
| Modifier and Type | Method and Description |
|---|---|
static GedcomxDate |
GedcomxDateUtil.parse(String date)
Parse a String representation of a Formal GedcomX Date
|
| Modifier and Type | Method and Description |
|---|---|
int |
GedcomxDate.compareTo(GedcomxDate o)
This method MAY not be implemented for each subclass.
|
int |
GedcomxDateApproximate.compareTo(GedcomxDate other)
Calls the
compareTo method on the simple date that this GedcomxDateApproximate contains. |
int |
GedcomxDateSimple.compareTo(GedcomxDate other)
Compares this GedcomxDateSimple object with either another GedcomxDateSimple object
or a GedcomxDateApproximate object.
|
Copyright © 2025. All rights reserved.