]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/unicode/simpletz.h
ICU-62107.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / unicode / simpletz.h
index 606a21964f05167218a1e134ba935871685e6e59..f93d106304da06177a70aac925a078caf04100a8 100644 (file)
@@ -648,7 +648,8 @@ public:
      * Sets the amount of time in ms that the clock is advanced during DST.
      * @param millisSavedDuringDST the number of milliseconds the time is
      * advanced with respect to standard time when the daylight savings rules
-     * are in effect. A positive number, typically one hour (3600000).
+     * are in effect. Typically one hour (+3600000). The amount could be negative,
+     * but not 0.
      * @param status  An UErrorCode to receive the status.
      * @stable ICU 2.0
      */
@@ -658,7 +659,8 @@ public:
      * Returns the amount of time in ms that the clock is advanced during DST.
      * @return the number of milliseconds the time is
      * advanced with respect to standard time when the daylight savings rules
-     * are in effect. A positive number, typically one hour (3600000).
+     * are in effect. Typically one hour (+3600000). The amount could be negative,
+     * but not 0.
      * @stable ICU 2.0
      */
     virtual int32_t getDSTSavings(void) const;