On Dec 6, 2011, at 6:20 AM, John Murray wrote:
> But I am using TimepickerDialog and inthe mono documentation I cant find any
> similar function to force the dialog to display in 24hor mode
That's because the Java type doesn't provide a setIs24HourView() method either:
http://developer.android.com/reference/android/app/TimePickerDialog.html
Instead, you need to use the constructor:
http://developer.android.com/reference/android/app/TimePickerDialog.html#TimePickerDialog(android.content.Context,
android.app.TimePickerDialog.OnTimeSetListener, int, int, boolean)
http://androidapi.xamarin.com/?link=C%3aAndroid.App.TimePickerDialog(Android.Content.Context%2cAndroid.App.TimePickerDialog%2bIOnTimeSetListener%2cSystem.Int32%2cSystem.Int32%2cSystem.Boolean)
- Jon
_______________________________________________
Monodroid mailing list
[email protected]
UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid