Click or drag to resize

DateCalendar Property

Gets or sets a value that determines the date interpretation by signifying which calendar to use. The default calendar is the Gregorian calendar.

Namespace: Patagames.GedcomNetSdk.Dates
Assembly: Patagames.Gedcom.Net.Sdk (in Patagames.Gedcom.Net.Sdk.dll) Version: 1.0.8
Syntax
public Calendar Calendar { get; set; }

Property Value

Calendar
Remarks
If calendar is Unspecified, then Gregorian is assumed.
See Also