diff options
author | hs321.lee <hs321.lee@samsung.com> | 2013-08-13 16:57:41 +0900 |
---|---|---|
committer | hs321.lee <hs321.lee@samsung.com> | 2013-08-13 17:19:14 +0900 |
commit | 34d004665c3f0d053288ff145156a6bfe7815a13 (patch) | |
tree | 6be9aaf88e2fc78a85bd047aeea013a7a3040bb1 /inc | |
parent | b4edfb982b046aa651f18e647d394a359e6e57fb (diff) | |
download | social-34d004665c3f0d053288ff145156a6bfe7815a13.tar.gz social-34d004665c3f0d053288ff145156a6bfe7815a13.tar.bz2 social-34d004665c3f0d053288ff145156a6bfe7815a13.zip |
Fix doxygen and code for TimeZone
Change-Id: Id8855b8a7dc325435811eb5dca6e4fdc7485dc13
Signed-off-by: hs321.lee <hs321.lee@samsung.com>
Diffstat (limited to 'inc')
-rw-r--r-- | inc/FSclCalEvent.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/inc/FSclCalEvent.h b/inc/FSclCalEvent.h index 1ebc450..126cd8a 100644 --- a/inc/FSclCalEvent.h +++ b/inc/FSclCalEvent.h @@ -393,8 +393,8 @@ public: * * @since 2.0 * - * @return The time zone - * @see Tizen::Locales::TimeZone + * @return The time zone based on the time zone ID and the start time of the %CalEvent instance + * @see Tizen::Locales::TimeZone::GetTimeZone(const Tizen::Base::String&, const Tizen::Base::DateTime&, Tizen::Locales::TimeZone&) */ Tizen::Locales::TimeZone GetTimeZone(void) const; @@ -409,8 +409,9 @@ public: * @param[in] timeZone The time zone to set * @exception E_SUCCESS The method is successful. * @exception E_FAILURE The method has failed. - * @remarks As anniversaries and all day events are not affected by a time zone, it is recommended not to set the time zone. - * @see Tizen::Locales::TimeZone + * @remarks + * - As all day events are not affected by a time zone, it is recommended not to set the time zone. + * - Only the time zone ID of the specified @c timeZone is set to the %CalEvent instance, and the other properties are ignored. */ result SetTimeZone(const Tizen::Locales::TimeZone& timeZone); |