]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/unicode/utmscale.h
ICU-400.37.tar.gz
[apple/icu.git] / icuSources / i18n / unicode / utmscale.h
index 1ab9c215d481b565f758489fc32072df7292b3f1..368e42650530dcee8bb486fbf1a099208392590c 100644 (file)
@@ -1,6 +1,6 @@
 /*
 *******************************************************************************
-* Copyright (C) 2004 - 2006, International Business Machines Corporation and
+* Copyright (C) 2004 - 2008, International Business Machines Corporation and
 * others. All Rights Reserved.
 *******************************************************************************
 */
  *    <td>days</td>
  *    <td>Dec 31, 1899</td>
  *  </tr>
+ *
+ *  <tr>
+ *    <td>UDTS_UNIX_MICROSECONDS_TIME</td>
+ *    <td>int64_t</td>
+ *    <td>microseconds</td>
+ *    <td>Jan 1, 1970</td>
+ *  </tr>
  * </table>
  *
  * <p>
@@ -265,6 +272,15 @@ typedef enum UDateTimeScale {
      */
     UDTS_DB2_TIME,
 
+    /**
+     * Data is a <code>long</code>. Value is microseconds since January 1, 1970.
+     * Similar to Unix time (linear value from 1970) and struct timeval
+     * (microseconds resolution).
+     *
+     * @stable ICU 4.0
+     */
+    UDTS_UNIX_MICROSECONDS_TIME,
+
     /**
      * The first unused time scale value. The limit of this enum
      */