.NET Framework Class Library
UmAlQuraCalendar Class

Represents the Saudi Hijri (Um Al Qura) calendar.

Namespace:  System.Globalization
Assembly:  mscorlib (in mscorlib.dll)
Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class UmAlQuraCalendar _
    Inherits Calendar
Visual Basic (Usage)
Dim instance As UmAlQuraCalendar
C#
[SerializableAttribute]
public class UmAlQuraCalendar : Calendar
Visual C++
[SerializableAttribute]
public ref class UmAlQuraCalendar : public Calendar
JScript
public class UmAlQuraCalendar extends Calendar
Remarks

The UmAlQuraCalendar class is nearly identical to the HijriCalendar class, except the Saudi Hijri calendar uses a table-based algorithm licensed from the Saudi government to calculate dates, can express dates to the year 1450 A.H., and does not support the HijriAdjustment property.

For more information about the Hijri calendar, see the HijriCalendar class.

Note   The UmAlQuraCalendar class shares code examples with the HijriCalendar class.

Note   On Windows Vista for .NET Framework 2.0 and later, the UmAlQuraCalendar class supports only dates from 04/30/1900 00.00.00 (Gregorian date) through 05/13/2029 23:59:59 (Gregorian date).

Inheritance Hierarchy

System..::.Object
  System.Globalization..::.Calendar
    System.Globalization..::.UmAlQuraCalendar
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5, 3.0, 2.0
See Also

Reference

Tags :


Page view tracker