When i try to add this i get the below error at compile time. Am I doing any mistake?
When i try to add this i get the below error at compile time. Am I doing any mistake?
method formatDurationEx(long) location: class com.redwood.scheduler.api.date.DateTimeZone tv.setColumnValue((DateTimeZone.formatDurationEx(j.getRunEnd().getUTCMilliSecs() - j.getRunStart().getUTCMilliSecs())));
This is how my line looks like currently without formatting the milli seconds.
tv.setColumnValue((DateTimeZone.formatDuration(j.getRunEnd().getUTCMilliSecs() - j.getRunStart().getUTCMilliSecs())));