Add WeeklyTime to RegisterAppLaunch param guide
authordavid_kim31 <david_kim31@samsung.com>
Wed, 7 Aug 2013 01:41:24 +0000 (10:41 +0900)
committerdavid_kim31 <david_kim31@samsung.com>
Wed, 7 Aug 2013 01:41:24 +0000 (10:41 +0900)
Change-Id: Ifd395f996b572e32abdb5254a4eaa491aa9862fa
Signed-off-by: david_kim31 <david_kim31@samsung.com>
inc/FAppAppManager.h

index 4200725..fb86252 100644 (file)
@@ -509,6 +509,8 @@ public:
                                     <td>The specified condition is the local due time.</td></tr>
                                     <tr><td>L"DueTime='mm/dd/yyyy hh:mm:ss' LaunchPeriod='mm'"</td>
                                     <td>The specific condition is the time period after due time.</td></tr>
+                                    <tr><td>L"WeeklyTime='EEE HH:mm:ss'"</td>
+                                    <td>The specified condition is a day of a week with a specific time at which the application is launched on a weekly basis. For multiple descriptions, "," delimiter can be used as shown in the following example: <br>i"'Mon 09:00:00', 'Tue 09:00:00', 'Wed 09:00:00', 'Thu 09:00:00', 'Fri 09:00:00'"<br> To specify the day of the week, it must be in one of the following supported string format: <br>Mon: Monday<br>Tue: Tuesday<br>Wed: Wednesday<br>Thu: Thursday<br>Fri: Friday<br>Sat: Saturday<br>Sun: Sunday</td></tr>
                                     <tr><td>L"Serial='command'"</td><td>The specified condition is a serial
                                     communication input command.</td></tr>
                                     <tr><td>L"NFC='command'"</td><td>The specified condition is a Near Field Communication (NFC) tag that has the NFC Data Exchange Format (NDEF) data.