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

Reply via email to