summaryrefslogtreecommitdiff
path: root/src/mscorlib/corefx/System/Globalization/HijriCalendar.Unix.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mscorlib/corefx/System/Globalization/HijriCalendar.Unix.cs')
-rw-r--r--src/mscorlib/corefx/System/Globalization/HijriCalendar.Unix.cs14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/mscorlib/corefx/System/Globalization/HijriCalendar.Unix.cs b/src/mscorlib/corefx/System/Globalization/HijriCalendar.Unix.cs
new file mode 100644
index 0000000000..446d39e598
--- /dev/null
+++ b/src/mscorlib/corefx/System/Globalization/HijriCalendar.Unix.cs
@@ -0,0 +1,14 @@
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+
+namespace System.Globalization
+{
+ public partial class HijriCalendar : Calendar
+ {
+ public static int GetHijriDateAdjustment()
+ {
+ //TODO: Implement this fully.
+ return 0;
+ }
+ }
+} \ No newline at end of file