Skip to contents

Create a GEDCOM Sorting Date object

Usage

DateSorting(
  date = character(0),
  date_phrase = character(0),
  time = character(0)
)

Arguments

date

The date given either as a formatted GEDCOM string, or a DateGregorian object.

date_phrase

Textual information that cannot be expressed in the date.

time

The time given either as a formatted GEDCOM string, or a Time() object.

Value

An S7 object representing a GEDCOM Sorting Date.