Example usage for org.joda.time Days TWO

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

Introduction

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

Prototype

Days TWO

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

Click Source Link

Document

Constant representing two days.

Usage

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

License:Open Source License

public static int tuesday() {
    return Days.TWO.getDays();
}