Xamarin.Forms DatePicker Time

c#, cross-platform, mobile, xamarin, xamarin.forms

Solution

Xamarin Forms has a separate TimePicker control. There does not appear to be a single integrated DateTime control.

Problem

I'm using the Xamarin Forms Date Picker and it is working fine. But the picker only displays Month, Day and Year. I need to also add the ability for the user to set a time. Is there any built in way to do that, or can I subclass the Picker and add it?

Original source