Patagames. |
| Class | Description | |
|---|---|---|
| Date | Represents the DATE primitive of the Lineage-Linked Form as described in GEDCOM 5.1.1 standard. | |
| DateAbout | Represents the DATE_APPROXIMATED primitive of the Lineage-Linked Form as described in GEDCOM 5.1.1 standard. About, meaning the date is not exact. | |
| DateAfter | Represents the DATE_RANGE primitive of the Lineage-Linked Form as described in GEDCOM 5.1.1 standard. "After" indicates the event happened after the given date. | |
| DateBase | Represents the base class for GEDCOM DATE_VALUE | |
| DateBefore | Represents the DATE_RANGE primitive of the Lineage-Linked Form as described in GEDCOM 5.1.1 standard. "Before" indicates the event happened before the given date. | |
| DateBetween | Represents the DATE_RANGE primitive of the Lineage-Linked Form as described in GEDCOM 5.1.1 standard. | |
| DateCalculate | Represents the DATE_APPROXIMATED primitive of the Lineage-Linked Form as described in GEDCOM 5.1.1 standard. Calculated mathematically, for example, from an event date and age. | |
| DateEstimated | Represents the DATE_APPROXIMATED primitive of the Lineage-Linked Form as described in GEDCOM 5.1.1 standard. Estimated based on an algorithm using some other event date. | |
| DateExact | Represents the DATE_EXACT primitive of the Lineage-Linked Form as described in GEDCOM 5.1.1 standard. | |
| DateFromTo | Represents the DATE_PERIOD primitive of the Lineage-Linked Form as described in GEDCOM 5.1.1 standard. | |
| DatePhrase | Represents the DATE_PHRASE primitive of the Lineage-Linked Form as described in GEDCOM 5.1.1 standard. | |
| DateTime | Represents the DateTime class/ |
| Interface | Description | |
|---|---|---|
| IDateApproximated | Interface used for grouping DateAbout, DateCalculate and DateEstimated. | |
| IDatePeriod | Interface used for grouping [!:DateFrom], [!:DateTo] and DateFromTo. | |
| IDateRange | Interface used for grouping DateBefore, DateAfter and DateBetween. |