Update doxygen of TimeZone.
authorHokwon Song <hokwon.song@samsung.com>
Fri, 23 Aug 2013 06:39:29 +0000 (15:39 +0900)
committerHokwon Song <hokwon.song@samsung.com>
Fri, 23 Aug 2013 06:39:29 +0000 (15:39 +0900)
Change-Id: I7049dc08b778e719073b81186f7aab077ece4c5d
Signed-off-by: Hokwon Song <hokwon.song@samsung.com>
inc/FLclTimeZone.h

index 7984e15..1a3ccff 100644 (file)
@@ -373,10 +373,11 @@ public:
         *
         * @return                      An error code
         * @param[in]           ticks                                           The time ticks value @n
-        *                                                                                              The value is GMT time.
+        *                                                                                              The value is GMT time from starting day (Jan 1, 1.).
         * @param[out]          offset                                          The offset between the local standard time and GMT, taking into consideration DST
         * @exception           E_SUCCESS                                       The method is successful.
-        * @exception           E_INVALID_ARG                                   The specified @c ticks is invalid. 
+        * @exception           E_INVALID_ARG                                   The specified @c ticks is invalid.
+        * @see                 Base::DateTime::GetTicks(), System::SystemTime::GetTicks()
         */
        result GetOffset(long long ticks, int& offset) const;