Example usage for org.joda.time Period Period

List of usage examples for org.joda.time Period Period

Introduction

In this page you can find the example usage for org.joda.time Period Period.

Prototype

public Period(long startInstant, long endInstant, PeriodType type, Chronology chrono) 

Source Link

Document

Creates a period from the given interval endpoints.

Usage

From source file:org.xenmaster.monitoring.sensors.StorageRepositorySpace.java

License:Open Source License

@Override
public Period getDefaultSchedule() {
    return new Period(6, 0, 0, 0);
}