Class TimeZoneChangedEventArgs
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Common.dll
The class for the argument of the TimeZoneChanged EventHandler.
C#Copypublic class TimeZoneChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsTimeZoneChangedEventArgs
Constructors
Declaration
C#Copypublic 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
Declaration
C#Copypublic string TimeZone { get; }
Property Value
| Type | Description |
|---|---|
| string | The time zone. (e.g. "+9:00") |
Declaration
C#Copypublic string TimeZoneId { get; }
Property Value
| Type | Description |
|---|---|
| string | The time zone ID. (e.g. "Asia/Seoul") |