Click or drag to resize

Era Enumeration

Represents the calendar era.

Namespace: Patagames.GedcomNetSdk.Enums
Assembly: Patagames.Gedcom.Net.Sdk (in Patagames.Gedcom.Net.Sdk.dll) Version: 1.0.8
Syntax
public enum Era
Members
Member nameValueDescription
Unspecified0 The era is not specified in the date being analyzed.
CommonEra1 Common Era (CE) is alternative to the original Anno Domini (AD), the year notation used for the Gregorian calendar and its predecessor, the Julian calendar.
BeforeCommonEra2 Before the Common Era (BCE) is alternative to the original Before Christ (BC), the year notation used for the Gregorian calendar and its predecessor, the Julian calendar.
See Also