Exemplo n.º 1
0
 private JavaPluginConvention java(Convention convention) {
   return convention.getPlugin(JavaPluginConvention.class);
 }
 /**
  * Rolls the given date
  *
  * @param dblDate Input date
  * @return New JulianDate double
  * @throws java.lang.Exception Thrown if the date cannot be rolled
  */
 public double Roll(final double dblDate) throws java.lang.Exception {
   return Convention.RollDate(dblDate, _iRollMode, _strCalendar);
 }