Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
The WatchTime class is used to get time for the WatchApplication.
A WatchTime has a time handle from watch application framework.
You can get time(hour, minute, second, millisecond) and date(year, month, day)
on receiving timeTick signal.
public class WatchTime : IDisposable
- Inheritance
-
- Implements
-
System.IDisposable
Constructors
Declaration
Fields
View Source
disposed
A Flat to check if it is already disposed.
Declaration
Field Value
Declaration
protected bool swigCMemOwn
Field Value
Properties
Declaration
Property Value
View Source
DaylightSavingTimeStatus
Get the daylight saving time status.
Declaration
public bool DaylightSavingTimeStatus { get; }
Property Value
Declaration
public int DayOfWeek { get; }
Property Value
Declaration
Property Value
Declaration
public int Hour24 { get; }
Property Value
Declaration
public int Millisecond { get; }
Property Value
Declaration
public int Minute { get; }
Property Value
Declaration
public int Month { get; }
Property Value
Declaration
public int Second { get; }
Property Value
Declaration
public string TimeZone { get; }
Property Value
Declaration
Property Value
Methods
View Source
Dispose()
To make watch time instance be disposed.
Declaration
View Source
Dispose(DisposeTypes)
you can override it to clean-up your own resources.
Declaration
protected virtual void Dispose(DisposeTypes type)
Parameters
Declaration
Implements
System.IDisposable