Class HourFormat
Definition
- Assembly:
- Tizen.Applications.EventManager.dll
- API Level:
- 6
Class for system-event of hour format
public static class HourFormat
- Inheritance
-
HourFormat
Properties
View SourceEventName
Eventname for system-event of hour format
Declaration
public static string EventName { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceKey
Key for system-event of hour format
Declaration
public static string Key { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceValue12
Value of 12 hour format
Declaration
public static string Value12 { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceValue24
Value of 24 hour format
Declaration
public static string Value24 { get; }
Property Value
Type | Description |
---|---|
String |