From 7bc5922e649e5acd73931656a39f004a4dcdf629 Mon Sep 17 00:00:00 2001 From: david_kim31 Date: Wed, 7 Aug 2013 10:41:24 +0900 Subject: [PATCH] Add WeeklyTime to RegisterAppLaunch param guide Change-Id: Ifd395f996b572e32abdb5254a4eaa491aa9862fa Signed-off-by: david_kim31 --- inc/FAppAppManager.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/FAppAppManager.h b/inc/FAppAppManager.h index 4200725..fb86252 100644 --- a/inc/FAppAppManager.h +++ b/inc/FAppAppManager.h @@ -509,6 +509,8 @@ public: The specified condition is the local due time. L"DueTime='mm/dd/yyyy hh:mm:ss' LaunchPeriod='mm'" The specific condition is the time period after due time. + L"WeeklyTime='EEE HH:mm:ss'" + 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:
i"'Mon 09:00:00', 'Tue 09:00:00', 'Wed 09:00:00', 'Thu 09:00:00', 'Fri 09:00:00'"
To specify the day of the week, it must be in one of the following supported string format:
Mon: Monday
Tue: Tuesday
Wed: Wednesday
Thu: Thursday
Fri: Friday
Sat: Saturday
Sun: Sunday L"Serial='command'"The specified condition is a serial communication input command. L"NFC='command'"The specified condition is a Near Field Communication (NFC) tag that has the NFC Data Exchange Format (NDEF) data. -- 2.7.4