ICU 51.2  51.2
utmscale.h
Go to the documentation of this file.
1 /*
2 *******************************************************************************
3 * Copyright (C) 2004 - 2008, International Business Machines Corporation and
4 * others. All Rights Reserved.
5 *******************************************************************************
6 */
7 
8 #ifndef UTMSCALE_H
9 #define UTMSCALE_H
10 
11 #include "unicode/utypes.h"
12 
13 #if !UCONFIG_NO_FORMATTING
14 
202 typedef enum UDateTimeScale {
210 
218 
226 
234 
242 
250 
258 
266 
274 
283 
289 
298 typedef enum UTimeScaleValue {
308 
318 
328 
338 
348 
358 
359 #ifndef U_HIDE_INTERNAL_API
360 
372 
385 
397 
409 
421 
422 #endif /* U_HIDE_INTERNAL_API */
423 
430 
432 
443 U_STABLE int64_t U_EXPORT2
445 
446 /* Conversion to 'universal time scale' */
447 
459 U_STABLE int64_t U_EXPORT2
460  utmscale_fromInt64(int64_t otherTime, UDateTimeScale timeScale, UErrorCode *status);
461 
462 /* Conversion from 'universal time scale' */
463 
475 U_STABLE int64_t U_EXPORT2
476  utmscale_toInt64(int64_t universalTime, UDateTimeScale timeScale, UErrorCode *status);
477 
478 #endif /* #if !UCONFIG_NO_FORMATTING */
479 
480 #endif
481