Xamarin.Forms.Core 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.View Xamarin.Forms.IElementConfiguration<Xamarin.Forms.TimePicker> Xamarin.Forms.RenderWith(typeof(Xamarin.Forms.Platform._TimePickerRenderer)) A control that provides time picking. The visual representation of a TimePicker is very similar to the one of , except that a special control for picking a time appears in place of a keyboard. The following example shows declaration of a TimePicker with a default time set. Constructor 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Initializes a new TimePicker instance. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.String The format of the time to display to the user. This is a bindable property. A valid time format string. Format string is the same is passed to DateTime.ToString (string format). Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the Format bindable property. Method 2.0.0.0 Xamarin.Forms.IPlatformElementConfiguration<T,Xamarin.Forms.TimePicker> Xamarin.Forms.IConfigPlatform To be added. Returns the platform-specific instance of this , on which a platform-specific method may be called. To be added. To be added. Property 2.0.0.0 Xamarin.Forms.Color Gets or sets the text color. To be added. To be added. Field 2.0.0.0 Xamarin.Forms.BindableProperty Backing store for the property. To be added. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.TimeSpan Gets or sets the displayed time. This is a bindable property. The displayed in the TimePicker. To be added. Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the Time bindable property.