From 60c77bff60bdee8b67521711d5f1b09ee6aa4de3 Mon Sep 17 00:00:00 2001 From: Hokwon Song Date: Fri, 23 Aug 2013 15:39:29 +0900 Subject: [PATCH] Update doxygen of TimeZone. Change-Id: I7049dc08b778e719073b81186f7aab077ece4c5d Signed-off-by: Hokwon Song --- inc/FLclTimeZone.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/inc/FLclTimeZone.h b/inc/FLclTimeZone.h index 7984e15..1a3ccff 100644 --- a/inc/FLclTimeZone.h +++ b/inc/FLclTimeZone.h @@ -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; -- 2.7.4