Class TimeZoneChangedEventArgs

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.Common.dll

    The class for the argument of the TimeZoneChanged EventHandler.

    public class TimeZoneChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    TimeZoneChangedEventArgs

    Constructors

    View Source

    TimeZoneChangedEventArgs(string, string)

    Initializes TimeZoneChangedEventArgs class

    Declaration
    public TimeZoneChangedEventArgs(string timeZone, string timeZoneId)
    Parameters
    Type Name Description
    string timeZone

    The information of the TimeZone

    string timeZoneId

    The information of the TimeZone ID

    Properties

    View Source

    TimeZone

    The property to get the information of the TimeZone.

    Declaration
    public string TimeZone { get; }
    Property Value
    Type Description
    string

    The time zone. (e.g. "+9:00")

    View Source

    TimeZoneId

    The property to get the information of the TimeZone ID.

    Declaration
    public string TimeZoneId { get; }
    Property Value
    Type Description
    string

    The time zone ID. (e.g. "Asia/Seoul")

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX