Class PivotDemo
java.lang.Object
com.ibm.icu.samples.util.timescale.PivotDemo
This class demonstrates how to use
UniversalTimeScale to
convert from one local time scale to another.- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PivotDemo
public PivotDemo()The default constructor.
-
-
Method Details
-
main
Themain()method usesUniversalTimeScaleto convert from the Java and Unix time scales to the ICU time scale. It uses aCalendarobject to display the ICU time values.- Parameters:
args- the command line arguments.
-