Class DateTimePickerDialog
Implements
Inherited Members
Namespace: Tizen.UIExtensions.ElmSharp
Assembly: Tizen.UIExtensions.ElmSharp.dll
Syntax
public class DateTimePickerDialog : Dialog, IDateTimeDialog
Constructors
DateTimePickerDialog(EvasObject)
Creates a dialog window.
Declaration
public DateTimePickerDialog(EvasObject parent)
Parameters
Type | Name | Description |
---|---|---|
EvasObject | parent |
Properties
DateTime
Gets or sets the current value of the DateTime field.
Declaration
public DateTime DateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
MaximumDateTime
Gets or sets the upper boundary of the DateTime field.
Declaration
public DateTime MaximumDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
MinimumDateTime
Gets or sets the lower boundary of the DateTime field.
Declaration
public DateTime MinimumDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Mode
Gets or sets picker style
Declaration
public DateTimePickerMode Mode { get; set; }
Property Value
Type | Description |
---|---|
DateTimePickerMode |
Events
DateTimeChanged
Occurs when the date of this dialog has changed.
Declaration
public event EventHandler<DateChangedEventArgs> DateTimeChanged
Event Type
Type | Description |
---|---|
System.EventHandler<DateChangedEventArgs> |
PickerClosed
Occurs when the picker dialog has closed.
Declaration
public event EventHandler PickerClosed
Event Type
Type | Description |
---|---|
System.EventHandler |
PickerOpened
Occurs when the picker dialog has opened.
Declaration
public event EventHandler PickerOpened
Event Type
Type | Description |
---|---|
System.EventHandler |