Class TimeZoneChangedEventArgs

Definition

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

The class for the argument of the TimeZoneChanged EventHandler.

C#
Copy
public class TimeZoneChangedEventArgs : EventArgs
Inheritance
object
System.EventArgs
TimeZoneChangedEventArgs

Constructors

View Source

TimeZoneChangedEventArgs(string, string)

Initializes TimeZoneChangedEventArgs class

Declaration
C#
Copy
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
C#
Copy
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
C#
Copy
public string TimeZoneId { get; }
Property Value
Type Description
string

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