Class PivotDemo

java.lang.Object
com.ibm.icu.samples.util.timescale.PivotDemo

public class PivotDemo extends Object
This class demonstrates how to use UniversalTimeScale to convert from one local time scale to another.
See Also:
  • Constructor Details

    • PivotDemo

      public PivotDemo()
      The default constructor.
  • Method Details

    • main

      public static void main(String[] args)
      The main() method uses UniversalTimeScale to convert from the Java and Unix time scales to the ICU time scale. It uses a Calendar object to display the ICU time values.
      Parameters:
      args - the command line arguments.