Example usage for org.joda.time Days FIVE

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

Introduction

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

Prototype

Days FIVE

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

Click Source Link

Document

Constant representing five days.

Usage

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

License:Open Source License

public static int friday() {
    return Days.FIVE.getDays();
}