X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/73c04bcfe1096173b00431f0cdc742894b15eef0..46f4442e9a5a4f3b98b7c1083586332f6a8a99a4:/icuSources/i18n/unicode/utmscale.h diff --git a/icuSources/i18n/unicode/utmscale.h b/icuSources/i18n/unicode/utmscale.h index 1ab9c215..368e4265 100644 --- a/icuSources/i18n/unicode/utmscale.h +++ b/icuSources/i18n/unicode/utmscale.h @@ -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. ******************************************************************************* */ @@ -99,6 +99,13 @@ * days * Dec 31, 1899 * + * + * + * UDTS_UNIX_MICROSECONDS_TIME + * int64_t + * microseconds + * Jan 1, 1970 + * * * *

@@ -265,6 +272,15 @@ typedef enum UDateTimeScale { */ UDTS_DB2_TIME, + /** + * Data is a long. 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 */