[Applications.Common] Add TimeZoneChanged Event (#5527)
authorhjhun <36876573+hjhun@users.noreply.github.com>
Wed, 6 Sep 2023 12:52:02 +0000 (21:52 +0900)
committerGitHub <noreply@github.com>
Wed, 6 Sep 2023 12:52:02 +0000 (21:52 +0900)
commit7ee3366a4791216f1434831f62c0d18dd5d09aa2
tree07927ca0615de242f959836a45441ccfff5d7d45
parentfe529ea41cd3fde868fb5595eb440f29293fa0d0
[Applications.Common] Add TimeZoneChanged Event (#5527)

* [Applications.Common] Add TimeZoneChanged Event

The TimeZoneChangedEventArgs class is added for Time Zone changed
event.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
* [Applications.Common] Update descriptions related to TimeZone Event

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
---------

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/Tizen.Applications.Common/Interop/Interop.AppCommon.cs
src/Tizen.Applications.Common/Tizen.Applications.CoreBackend/DefaultCoreBackend.cs
src/Tizen.Applications.Common/Tizen.Applications.CoreBackend/EventType.cs
src/Tizen.Applications.Common/Tizen.Applications/CoreApplication.cs
src/Tizen.Applications.Common/Tizen.Applications/TimeZoneChangedEventArgs.cs [new file with mode: 0644]