Merge pull request #900 from Blewzman/FixAggregateExceptionGetBaseException
[mono.git] / mcs / class / corlib / System.Globalization / UmAlQuraCalendar.cs
index 5ed17ae61f66eff471437ca1d16c5a34aa287252..469e6139be70ec0608d4c11d602c321c286c6c71 100644 (file)
@@ -952,6 +952,13 @@ public class UmAlQuraCalendar : Calendar {
                }
        }
        
+#if NET_4_5
+       protected override int DaysInYearBeforeMinSupportedYear {
+               get{
+                       return 384;
+               }
+       }
+#endif
 } // class HijriCalendar
        
 } // namespace System.Globalization