Class PivotDemo
- java.lang.Object
-
- com.ibm.icu.samples.util.timescale.PivotDemo
-
public class PivotDemo extends java.lang.Object
This class demonstrates how to useUniversalTimeScale
to convert from one local time scale to another.- See Also:
UniversalTimeScale
-
-
Constructor Summary
Constructors Constructor Description PivotDemo()
The default constructor.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Themain()
method usesUniversalTimeScale
to convert from the Java and Unix time scales to the ICU time scale.
-