Class TimeChangedEventArgs

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll
API Level:
9

TimeChangedEventArgs is a class to notify changed TimePicker value argument which will sent to user.

C#
Copy
public class TimeChangedEventArgs : EventArgs
Inheritance
System.Object
TimeChangedEventArgs

Properties

View Source

Time

TimeChangedEventArgs default constructor. The current time value of TimePicker.

Declaration
C#
Copy
public DateTime Time { get; }
Property Value
Type Description
System.DateTime
API Level: 9