Class WatchTime
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.WatchApplication.dll
- API Level:
- 4
The information of the Watch Time.
public class WatchTime
- Inheritance
-
WatchTime
Properties
View SourceDay
The information of a day.
Declaration
public int Day { get; }
Property Value
Type | Description |
---|---|
Int32 |
Exceptions
Type | Condition |
---|---|
NotSupportedException | Thrown when the property is not supported. |
API Level: 4
Feature: http://tizen.org/feature/watch_app
View SourceDayOfWeek
The information of a day of the week.
Declaration
public int DayOfWeek { get; }
Property Value
Type | Description |
---|---|
Int32 |
Exceptions
Type | Condition |
---|---|
NotSupportedException | Thrown when the property is not supported. |
API Level: 4
Feature: http://tizen.org/feature/watch_app
View SourceHour
The information of an hour.
Declaration
public int Hour { get; }
Property Value
Type | Description |
---|---|
Int32 |
Exceptions
Type | Condition |
---|---|
NotSupportedException | Thrown when the property is not supported. |
API Level: 4
Feature: http://tizen.org/feature/watch_app
View SourceHour24
The information of an hour for the 24 hour format.
Declaration
public int Hour24 { get; }
Property Value
Type | Description |
---|---|
Int32 |
Exceptions
Type | Condition |
---|---|
NotSupportedException | Thrown when the property is not supported. |
API Level: 4
Feature: http://tizen.org/feature/watch_app
View SourceMillisecond
The information of a millisecond.
Declaration
public int Millisecond { get; }
Property Value
Type | Description |
---|---|
Int32 |
Exceptions
Type | Condition |
---|---|
NotSupportedException | Thrown when the property is not supported. |
API Level: 4
Feature: http://tizen.org/feature/watch_app
View SourceMinute
The information of a minute.
Declaration
public int Minute { get; }
Property Value
Type | Description |
---|---|
Int32 |
Exceptions
Type | Condition |
---|---|
NotSupportedException | Thrown when the property is not supported. |
API Level: 4
Feature: http://tizen.org/feature/watch_app
View SourceMonth
The information of a month.
Declaration
public int Month { get; }
Property Value
Type | Description |
---|---|
Int32 |
Exceptions
Type | Condition |
---|---|
NotSupportedException | Thrown when the property is not supported. |
API Level: 4
Feature: http://tizen.org/feature/watch_app
View SourceSecond
The information of a second.
Declaration
public int Second { get; }
Property Value
Type | Description |
---|---|
Int32 |
Exceptions
Type | Condition |
---|---|
NotSupportedException | Thrown when the property is not supported. |
API Level: 4
Feature: http://tizen.org/feature/watch_app
View SourceTimeZone
The information of the timezone.
Declaration
public string TimeZone { get; }
Property Value
Type | Description |
---|---|
String |
Exceptions
Type | Condition |
---|---|
NotSupportedException | Thrown when the property is not supported. |
API Level: 4
Feature: http://tizen.org/feature/watch_app
View SourceUtcTimestamp
The information of the UTC time stamp.
Declaration
public DateTime UtcTimestamp { get; }
Property Value
Type | Description |
---|---|
DateTime |
Exceptions
Type | Condition |
---|---|
NotSupportedException | Thrown when the property is not supported. |
API Level: 4
Feature: http://tizen.org/feature/watch_app
View SourceYear
The information of a year.
Declaration
public int Year { get; }
Property Value
Type | Description |
---|---|
Int32 |
Exceptions
Type | Condition |
---|---|
NotSupportedException | Thrown when the property is not supported. |