I noticed that there is a similar DateTime related bug report:
https://bugzilla.xamarin.com/show_bug.cgi?id=3520
I haven't tried by myself yet - does this reproduce on Xoom?

Atsushi Eno

Jonathan Pryor wrote:
On Mar 1, 2012, at 2:20 PM, Paul Johnson wrote:
the monodroid [calendar] went a bit odd saying that I was in March in February 
and then thinking there was 25 days in March!
What is the monodroid calendar? System.Globalization.Calendar? Some other type?

I played with Greg Shackle's C# to Go app on my Xoom, and it behaves 
identically to desktop mono/csharp:

        csharp>  using System.Globalization;
        csharp>  var culture = CultureInfo.CurrentCulture;
        csharp>  var c = culture.Calendar;
        csharp>  c.GetDaysInMonth(2012, 3);
        31
        csharp>  c.GetDaysInMonth(2012, 2);
        29

So I'm at a loss for where you're seeing this.

Thanks,
  - Jon

_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid




_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to