Enum IslamicEpoch
The epoch to use when constructing an Islamic calendar.
Since 1.0.x
Availability net35-Client
Namespace: NodaTime.Calendars
Assembly: NodaTime.dll
Syntax
public enum IslamicEpoch
Remarks
The Islamic, or Hijri, calendar can either be constructed
starting on July 15th 622CE (in the Julian calendar) or on the following day.
The former is the "astronomical" or "Thursday" epoch; the latter is the "civil" or "Friday" epoch.
Fields
Name | Description |
---|---|
Astronomical | Epoch beginning on July 15th 622CE (Julian). |
Civil | Epoch beginning on July 16th 622CE (Julian). |