CalendarIdentifiers.UmAlQura Property

Definition

Gets the identifier for the Um Al-Qura calendar.

public:
 static property Platform::String ^ UmAlQura { Platform::String ^ get(); };
static winrt::hstring UmAlQura();
public static string UmAlQura { get; }
var string = CalendarIdentifiers.umAlQura;
Public Shared ReadOnly Property UmAlQura As String

Property Value

String

Platform::String

winrt::hstring

The string "UmAlQuraCalendar", which is the identifier for the Um Al-Qura calendar.

Remarks

The Um Al-Qura calendar or Saudi Hijri system is nearly identical to the Hijri calendar system, except in using a table-based algorithm licensed from the Saudi government to calculate dates, and in supporting dates only for the years 1318 to 1500 (corresponding approximately to Gregorian dates April 30, 1900 through November 16, 2077).

For the Um Al-Qura calendar, each month has either 29 or 30 days, but usually in no discernible order. Whereas the documentation for the Hijri calendar gives a table that shows the corresponding days in each month, no such general table can be produced for the Um Al-Qura calendar.

Like the Hijri calendar, Um Al-Qura calendar strings for day of the week names and month names are not localized and hence will appear in Arabic regardless of the current value of the ResolvedLanguage property of the calendar object.

Applies to

See also