Exemplo n.º 1
0
 public String getFinishDatetime(int granularity) throws TemporalException {
   return finishInstant.getDatetimeString(granularity);
 } // getFinishDatetime
Exemplo n.º 2
0
 public String getStartDatetimeString(int granularity) throws TemporalException {
   return startInstant.getDatetimeString(granularity);
 } // getStartDatetime
Exemplo n.º 3
0
 public String getFinishDatetime() throws TemporalException {
   return finishInstant.getDatetimeString();
 } // getFinishDatetime
Exemplo n.º 4
0
 public String getStartDatetimeString() throws TemporalException {
   return startInstant.getDatetimeString();
 } // getStartDatetime