Class TimeEventArgs
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.WatchApplication.dll
Arguments for the event that are raised when the time tick comes.
public class TimeEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsTimeEventArgs
Properties
View SourceTime
The received WatchTime.
Declaration
public WatchTime Time { get; }
Property Value
Type | Description |
---|---|
WatchTime |