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