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
-
objectSystem.EventArgsTimeZoneChangedEventArgs
Constructors
View SourceTimeZoneChangedEventArgs(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 SourceTimeZone
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") |
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") |