Merge "Fix duplicated alarms." into tizen_2.2
[platform/framework/native/appfw.git] / inc / FLclCalendar.h
index 0b7fd3e..45d3e66 100644 (file)
@@ -88,7 +88,7 @@ enum TimeField
        TIME_FIELD_YEAR,                                                /**< Year : 1-based */
        TIME_FIELD_MONTH,                                               /**< Month : 1-based (1~13)*/
        TIME_FIELD_WEEK_OF_YEAR,                                /**< Week of Year : 1-based (1~53) */
-       TIME_FIELD_WEEK_OF_MONTH,                               /**< Week of Month : 1-based (1~5, may be specified as 0) */
+       TIME_FIELD_WEEK_OF_MONTH,                               /**< Week of Month : 1-based (1~6, may be specified as 0) */
        TIME_FIELD_DAY_OF_MONTH,                                /**< Date : 1-based (1~31) */
        TIME_FIELD_DAY_OF_YEAR,                                 /**< Day of Year : 1-based (1~366) */
        TIME_FIELD_DAY_OF_WEEK,                                 /**< Day of Week : 1-based (1~7) */
@@ -669,7 +669,6 @@ public:
 
        /**
        * Creates an instance of %Calendar of the specified type with the GMT time zone and the system locale. @n
-       * The time zone is used for the zone offset and the DST offset.
        * An instance has weekdata which are the first of week, minimal days in the first week, weekend on set, and weekend cease.
        * The weekdata are set as default values by the locale.
        *
@@ -708,7 +707,6 @@ public:
 
        /**
        * Creates an instance of %Calendar of the specified type with the specified @c locale and the GMT time zone. @n
-       * The time zone is used for the zone offset and the DST offset.
        * An instance has weekdata which are the first of week, minimal days in the first week, weekend on set, and weekend cease.
        * The weekdata are set as default values by the specified @c locale.
        *