2010-06-22 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / corlib / System.Globalization / DateTimeStyles.cs
index 8ab3d10a288d0a35e8f5192c4dca76d9ab0ab35d..a61d31595a3379cc62db415077a60a6aca6550c2 100644 (file)
@@ -8,9 +8,7 @@
 // URL: http://msdn.microsoft.com/net/ecma/AllTypes.xml
 //
 // (C) 2001 Ximian, Inc.  http://www.ximian.com
-
-//
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+// Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
@@ -46,11 +44,9 @@ namespace System.Globalization {
                AllowWhiteSpaces     = AllowLeadingWhite | AllowTrailingWhite | AllowInnerWhite,
                NoCurrentDateDefault = 0x00000008,
                AdjustToUniversal    = 0x00000010,
-#if NET_2_0
                AssumeLocal          = 0x00000020,
                AssumeUniversal      = 0x00000040,
                RoundtripKind        = 0x00000080,
-#endif
        } // DateTimeStyles
 
 } // System.Globalization