コード例 #1
0
ファイル: Ce102ImplTest.java プロジェクト: psih747/samples
 @Test
 public void testGetIntervalValue() throws IOException, AccessException, InterruptedException {
   System.out.println(
       Arrays.toString(
           ce.getIntervalValue(new Date(new Date().getTime() - 48 * 60 * 60 * 1000), 0, 1)));
 }