Merge "Fix duplicated alarms." into tizen_2.2
[platform/framework/native/appfw.git] / inc / FLclTimeZone.h
index 057b983..bfddbe9 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -374,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()
         */
        result GetOffset(long long ticks, int& offset) const;