Class TimePicker
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
- API Level:
- 9
TimePicker is a class which provides a function that allows the user to select a time through a scrolling motion by expressing the specified value as a list. TimePicker expresses the current time using the locale information of the system.
C#Copypublic class TimePicker : Control, INotifyPropertyChanged, IDynamicResourceHandler, IElement, INameScope, IElementController, IDisposable, IResourcesProvider
- Inheritance
-
System.ObjectTizen.NUI.Binding.ElementTizen.NUI.Components.ControlTimePicker
- Implements
-
System.ComponentModel.INotifyPropertyChangedSystem.IDisposable
Constructors
Declaration
C#Copypublic TimePicker()
API Level: 9
Declaration
C#Copypublic TimePicker(string style)
Parameters
Type | Name | Description |
---|---|---|
System.String | style | Creates TimePicker by special style defined in UX. |
API Level: 9
Declaration
C#Copypublic TimePicker(TimePickerStyle timePickerStyle)
Parameters
Type | Name | Description |
---|---|---|
Tizen.NUI.Components.TimePickerStyle | timePickerStyle | Creates TimePicker by style customized by user. |
API Level: 9
Properties
Declaration
C#Copypublic bool Is24HourView { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
API Level: 9
Declaration
C#Copypublic DateTime Time { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
API Level: 9
Events
View Source
TimeChanged
An event emitted when TimePicker value changed, user can subscribe or unsubscribe to this event handler.
Declaration
C#Copypublic event EventHandler<TimeChangedEventArgs> TimeChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TimeChangedEventArgs> |
API Level: 9
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable