Class TimePicker
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
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#
Copy
public class TimePicker : Control, INotifyPropertyChanged, IDisposable
- Inheritance
-
objectTizen.
NUI. Binding. Element Tizen.NUI. Components. Control TimePicker
- Implements
-
System.
Component Model. INotify Property Changed System.IDisposable
Constructors
Declaration
C#
Copy
public TimePicker()
Declaration
C#
Copy
public TimePicker(string style)
Parameters
Type | Name | Description |
---|---|---|
string | style | Creates TimePicker by special style defined in UX. |
Declaration
C#
Copy
public TimePicker(TimePickerStyle timePickerStyle)
Parameters
Type | Name | Description |
---|---|---|
Tizen. |
timePickerStyle | Creates TimePicker by style customized by user. |
Properties
Declaration
C#
Copy
public bool Is24HourView { get; set; }
Property Value
Type | Description |
---|---|
bool |
Declaration
C#
Copy
public DateTime Time { get; set; }
Property Value
Type | Description |
---|---|
System. |
Events
View Source
TimeChanged
An event emitted when TimePicker value changed, user can subscribe or unsubscribe to this event handler.
Declaration
C#
Copy
public event EventHandler<TimeChangedEventArgs> TimeChanged
Event Type
Type | Description |
---|---|
System.EventHandler<TEventArgs><Time |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable