예제 #1
0
 public long getFinishGranuleCount(int granularity) throws TemporalException {
   return finishInstant.getGranuleCount(granularity);
 } // getFinishGranuleCount
예제 #2
0
 public long getStartGranuleCount(int granularity) throws TemporalException {
   return startInstant.getGranuleCount(granularity);
 } // getStartGranuleCount