blob: a98427beee9c48cb908ef2e9ff82602d6b0d7e38 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
/*
*********************************************************************************
* Copyright (C) 2004-2016, International Business Machines Corporation and *
* others. All Rights Reserved. *
*********************************************************************************
*
*/
package android.icu.util;
@SuppressWarnings({"unchecked", "deprecation", "all"})
public final class UniversalTimeScale {
private UniversalTimeScale() { throw new RuntimeException("Stub!"); }
public static long from(long otherTime, int timeScale) { throw new RuntimeException("Stub!"); }
public static android.icu.math.BigDecimal bigDecimalFrom(double otherTime, int timeScale) { throw new RuntimeException("Stub!"); }
public static android.icu.math.BigDecimal bigDecimalFrom(long otherTime, int timeScale) { throw new RuntimeException("Stub!"); }
public static android.icu.math.BigDecimal bigDecimalFrom(android.icu.math.BigDecimal otherTime, int timeScale) { throw new RuntimeException("Stub!"); }
public static long toLong(long universalTime, int timeScale) { throw new RuntimeException("Stub!"); }
public static android.icu.math.BigDecimal toBigDecimal(long universalTime, int timeScale) { throw new RuntimeException("Stub!"); }
public static android.icu.math.BigDecimal toBigDecimal(android.icu.math.BigDecimal universalTime, int timeScale) { throw new RuntimeException("Stub!"); }
public static long getTimeScaleValue(int scale, int value) { throw new RuntimeException("Stub!"); }
public static final int DB2_TIME = 8; // 0x8
public static final int DOTNET_DATE_TIME = 4; // 0x4
public static final int EPOCH_OFFSET_PLUS_1_VALUE = 6; // 0x6
public static final int EPOCH_OFFSET_VALUE = 1; // 0x1
public static final int EXCEL_TIME = 7; // 0x7
public static final int FROM_MAX_VALUE = 3; // 0x3
public static final int FROM_MIN_VALUE = 2; // 0x2
public static final int ICU4C_TIME = 2; // 0x2
public static final int JAVA_TIME = 0; // 0x0
public static final int MAC_OLD_TIME = 5; // 0x5
public static final int MAC_TIME = 6; // 0x6
@Deprecated public static final int MAX_SCALE = 10; // 0xa
public static final int TO_MAX_VALUE = 5; // 0x5
public static final int TO_MIN_VALUE = 4; // 0x4
public static final int UNITS_VALUE = 0; // 0x0
public static final int UNIX_MICROSECONDS_TIME = 9; // 0x9
public static final int UNIX_TIME = 1; // 0x1
public static final int WINDOWS_FILE_TIME = 3; // 0x3
}