Class TimeEventArgs

Definition

Namespace:
Tizen.Applications
Assembly:
Tizen.Applications.WatchApplication.dll

Arguments for the event that are raised when the time tick comes.

C#
Copy
public class TimeEventArgs : EventArgs
Inheritance
object
System.EventArgs
TimeEventArgs

Properties

View Source

Time

The received WatchTime.

Declaration
C#
Copy
public WatchTime Time { get; }
Property Value
Type Description
WatchTime