I am currently using the Xamarin Forms DatePicker and the TimePicker in the portable project of a portable app. But is there a combined control that le
There is not a "stock" DateTimePicker within the controls for Xamarin.Forms.
You could create your composite control using DatePicker and TimePicker within modal popups and display the Date & Time chosen in Labels...
Or create your own Form control using custom renders:
Customizing Controls on Each Platform
Xamarin.Forms Widget/Control Listing