Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.WatchApplication.dll
- API Level:
- 4
The information of the Watch Time.
- Inheritance
-
Properties
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Exceptions
Type |
Condition |
System.NotSupportedException |
Thrown when the property is not supported.
|
API Level: 4
Feature: http://tizen.org/feature/watch_app
View Source
DayOfWeek
The information of a day of the week.
Declaration
public int DayOfWeek { get; }
Property Value
Type |
Description |
System.Int32 |
|
Exceptions
Type |
Condition |
System.NotSupportedException |
Thrown when the property is not supported.
|
API Level: 4
Feature: http://tizen.org/feature/watch_app
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Exceptions
Type |
Condition |
System.NotSupportedException |
Thrown when the property is not supported.
|
API Level: 4
Feature: http://tizen.org/feature/watch_app
View Source
Hour24
The information of an hour for the 24 hour format.
Declaration
public int Hour24 { get; }
Property Value
Type |
Description |
System.Int32 |
|
Exceptions
Type |
Condition |
System.NotSupportedException |
Thrown when the property is not supported.
|
API Level: 4
Feature: http://tizen.org/feature/watch_app
View Source
Millisecond
The information of a millisecond.
Declaration
public int Millisecond { get; }
Property Value
Type |
Description |
System.Int32 |
|
Exceptions
Type |
Condition |
System.NotSupportedException |
Thrown when the property is not supported.
|
API Level: 4
Feature: http://tizen.org/feature/watch_app
Declaration
public int Minute { get; }
Property Value
Type |
Description |
System.Int32 |
|
Exceptions
Type |
Condition |
System.NotSupportedException |
Thrown when the property is not supported.
|
API Level: 4
Feature: http://tizen.org/feature/watch_app
Declaration
public int Month { get; }
Property Value
Type |
Description |
System.Int32 |
|
Exceptions
Type |
Condition |
System.NotSupportedException |
Thrown when the property is not supported.
|
API Level: 4
Feature: http://tizen.org/feature/watch_app
Declaration
public int Second { get; }
Property Value
Type |
Description |
System.Int32 |
|
Exceptions
Type |
Condition |
System.NotSupportedException |
Thrown when the property is not supported.
|
API Level: 4
Feature: http://tizen.org/feature/watch_app
Declaration
public string TimeZone { get; }
Property Value
Type |
Description |
System.String |
|
Exceptions
Type |
Condition |
System.NotSupportedException |
Thrown when the property is not supported.
|
API Level: 4
Feature: http://tizen.org/feature/watch_app
View Source
UtcTimestamp
The information of the UTC time stamp.
Declaration
public DateTime UtcTimestamp { get; }
Property Value
Type |
Description |
System.DateTime |
|
Exceptions
Type |
Condition |
System.NotSupportedException |
Thrown when the property is not supported.
|
API Level: 4
Feature: http://tizen.org/feature/watch_app
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Exceptions
Type |
Condition |
System.NotSupportedException |
Thrown when the property is not supported.
|
API Level: 4
Feature: http://tizen.org/feature/watch_app