Example usage for org.joda.time Days FOUR

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

Introduction

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

Prototype

Days FOUR

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

Click Source Link

Document

Constant representing four days.

Usage

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

License:Open Source License

public static int thursday() {
    return Days.FOUR.getDays();
}