Example usage for org.joda.time Days SEVEN

List of usage examples for org.joda.time Days SEVEN

Introduction

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

Prototype

Days SEVEN

To view the source code for org.joda.time Days SEVEN.

Click Source Link

Document

Constant representing seven days.

Usage

From source file:org.mifos.calendar.DayOfWeek.java

License:Open Source License

public static int sunday() {
    return Days.SEVEN.getDays();
}