Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/corlib/System.Globalization/TaiwanCalendar.cs')
-rw-r--r--mcs/class/corlib/System.Globalization/TaiwanCalendar.cs7
1 files changed, 6 insertions, 1 deletions
diff --git a/mcs/class/corlib/System.Globalization/TaiwanCalendar.cs b/mcs/class/corlib/System.Globalization/TaiwanCalendar.cs
index e1875667752..e0dc6a4d848 100644
--- a/mcs/class/corlib/System.Globalization/TaiwanCalendar.cs
+++ b/mcs/class/corlib/System.Globalization/TaiwanCalendar.cs
@@ -180,6 +180,10 @@ public class TaiwanCalendar : Calendar {
return gregorianYear;
}
+#if false
+
+ // Ifdefed out because this is not on the .NET Framework
+
/// <summary>
/// Overridden. Adds days to a given date.
/// </summary>
@@ -394,7 +398,8 @@ public class TaiwanCalendar : Calendar {
M_CheckDateTime(time);
return base.GetMinute(time);
}
-
+#endif
+
/// <summary>
/// Overrideden. Adds months to a given date.
/// </summary>