TimePicker Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides iOS-specific configuration for TimePicker update behavior.
public ref class TimePicker abstract sealed
public static class TimePicker
type TimePicker = class
Public Module TimePicker
- Inheritance
-
TimePicker
Fields
| Name | Description |
|---|---|
| UpdateModeProperty |
Bindable property for UpdateMode(IPlatformElementConfiguration<iOS,TimePicker>). |
Methods
| Name | Description |
|---|---|
| GetUpdateMode(BindableObject) |
Gets when the selected time value is updated during user interaction on iOS. |
| SetUpdateMode(BindableObject, UpdateMode) |
Sets when the selected time value is updated during user interaction on iOS. |
| SetUpdateMode(IPlatformElementConfiguration<iOS,TimePicker>, UpdateMode) |
Sets when the selected time value is updated during user interaction on iOS. |
| UpdateMode(IPlatformElementConfiguration<iOS,TimePicker>) |
Gets when the selected time value is updated during user interaction on iOS. |