Show / Hide Table of Contents

    Class WatchTime

    Deprecated since API10. Will be removed in API12.

    Definition

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

    The information of the Watch Time.

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

    Properties

    View Source

    Day

    Deprecated since API10. Will be removed in API12.

    The information of a day.

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

    DayOfWeek

    Deprecated since API10. Will be removed in API12.

    The information of a day of the week.

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

    Hour

    Deprecated since API10. Will be removed in API12.

    The information of an hour.

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

    Hour24

    Deprecated since API10. Will be removed in API12.

    The information of an hour for the 24 hour format.

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

    Millisecond

    Deprecated since API10. Will be removed in API12.

    The information of a millisecond.

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

    Minute

    Deprecated since API10. Will be removed in API12.

    The information of a minute.

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

    Month

    Deprecated since API10. Will be removed in API12.

    The information of a month.

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

    Second

    Deprecated since API10. Will be removed in API12.

    The information of a second.

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

    TimeZone

    Deprecated since API10. Will be removed in API12.

    The information of the timezone.

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

    UtcTimestamp

    Deprecated since API10. Will be removed in API12.

    The information of the UTC time stamp.

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

    Year

    Deprecated since API10. Will be removed in API12.

    The information of a year.

    Declaration
    [Obsolete("Deprecated since API10. Will be removed in API12.")]
    public int Year { 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 Source
    Back to top Copyright © 2016-2022 Samsung
    Generated by DocFX