List of usage examples for org.joda.time Period Period
public Period(long startInstant, long endInstant, PeriodType type, Chronology chrono)
From source file:org.xenmaster.monitoring.sensors.StorageRepositorySpace.java
License:Open Source License
@Override public Period getDefaultSchedule() { return new Period(6, 0, 0, 0); }