| cyanogenmod.alarmclock.ClockContract.AlarmsColumns |
Constants for the Alarms table, which contains the user created alarms.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | DAYS_OF_WEEK | Days of the week encoded as a bit set. | |||||||||
| String | DELETE_AFTER_USE | Determine if alarm is deleted after it has been used. | |||||||||
| String | ENABLED | True if alarm is active. | |||||||||
| String | HOUR | Hour in 24-hour localtime 0 - 23. | |||||||||
| String | MINUTES | Minutes in localtime 0 - 59. | |||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
cyanogenmod.alarmclock.ClockContract.AlarmSettingColumns
| |||||||||||
From interface
android.provider.BaseColumns
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CONTENT_URI | The content:// style URL for this table. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
cyanogenmod.alarmclock.ClockContract.AlarmSettingColumns
| |||||||||||
Days of the week encoded as a bit set.
Type: INTEGER
Determine if alarm is deleted after it has been used.
Type: INTEGER
True if alarm is active.
Type: BOOLEAN
Hour in 24-hour localtime 0 - 23.
Type: INTEGER
Minutes in localtime 0 - 59.
Type: INTEGER