Exemple #1
0
 @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)));
 }