Click or drag to resize

Calendar Enumeration

Represents the type of calendar used in the date. If the calendar is Unspecified, the date is assumed to be in the Gregorian calendar.

Namespace: Patagames.GedcomNetSdk.Enums
Assembly: Patagames.Gedcom.Net.Sdk (in Patagames.Gedcom.Net.Sdk.dll) Version: 1.0.8
Syntax
public enum Calendar
Members
Member nameValueDescription
Unspecified0 The calendar is not specified in the date being analyzed.
Gregorian1 The Gregorian calendar is the calendar used in most parts of the world. It went into effect in October 1582 following the papal bull Inter gravissimas issued by Pope Gregory XIII, which introduced it as a modification of, and replacement for, the Julian calendar.
Julian2 The Julian calendar is a solar calendar of 365 days in every year with an additional leap day every fourth year (without exception). The Julian calendar is still used as a religious calendar in parts of the Eastern Orthodox Church and in parts of Oriental Orthodoxy as well as by the Amazigh people.
Hebrew3 The Hebrew calendar, also called the Jewish calendar, is a lunisolar calendar used today for Jewish religious observance and as an official calendar of Israel. It determines the dates of Jewish holidays and other rituals, such as yahrzeits and the schedule of public Torah readings. In Israel, it is used for religious purposes, provides a time frame for agriculture, and is an official calendar for civil holidays alongside the Gregorian calendar.
FrenchR4 French Republican calendar, also commonly called the French Revolutionary calendar (calendrier révolutionnaire français), was a calendar created and implemented during the French Revolution, and used by the French government for about 12 years from late 1793 to 1805, and for 18 days by the Paris Commune in 1871, and meant to replace the Gregorian calendar.[
Roman5 The Roman calendar was the calendar used by the Roman Kingdom and Roman Republic. Although the term is primarily used for Rome's pre-Julian calendars, it is often used inclusively of the Julian calendar established by the reforms of the Dictator Julius Caesar and Emperor Augustus in the late 1st century BC.
Unknown6 Unknown calendar.
See Also