Class WatchTime

Definition

Namespace:
Tizen.Applications
Assembly:
Tizen.Applications.WatchApplication.dll
API Level:
4

The information of the Watch Time.

C#
Copy
[Obsolete("Deprecated since API10. Will be removed in API12.")] public class WatchTime
Inheritance
System.Object
WatchTime

Properties

View Source

Day

The information of a day.

Declaration
C#
Copy
[Obsolete("Deprecated since API10. Will be removed in API12.")] public int Day { get; }
Property Value
Type Description
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
C#
Copy
[Obsolete("Deprecated since API10. Will be removed in API12.")] public int DayOfWeek { get; }
Property Value
Type Description
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

Hour

The information of an hour.

Declaration
C#
Copy
[Obsolete("Deprecated since API10. Will be removed in API12.")] public int Hour { get; }
Property Value
Type Description
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
C#
Copy
[Obsolete("Deprecated since API10. Will be removed in API12.")] public int Hour24 { get; }
Property Value
Type Description
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
C#
Copy
[Obsolete("Deprecated since API10. Will be removed in API12.")] public int Millisecond { get; }
Property Value
Type Description
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

Minute

The information of a minute.

Declaration
C#
Copy
[Obsolete("Deprecated since API10. Will be removed in API12.")] public int Minute { get; }
Property Value
Type Description
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

Month

The information of a month.

Declaration
C#
Copy
[Obsolete("Deprecated since API10. Will be removed in API12.")] public int Month { get; }
Property Value
Type Description
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

Second

The information of a second.

Declaration
C#
Copy
[Obsolete("Deprecated since API10. Will be removed in API12.")] public int Second { get; }
Property Value
Type Description
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

TimeZone

The information of the timezone.

Declaration
C#
Copy
[Obsolete("Deprecated since API10. Will be removed in API12.")] 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
C#
Copy
[Obsolete("Deprecated since API10. Will be removed in API12.")] 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
View Source

Year

The information of a year.

Declaration
C#
Copy
[Obsolete("Deprecated since API10. Will be removed in API12.")] public int Year { get; }
Property Value
Type Description
Int32
Exceptions
Type Condition
System.NotSupportedException

Thrown when the property is not supported.

API Level: 4
Feature: http://tizen.org/feature/watch_app