Example usage for org.joda.time Days SIX

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

Introduction

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

Prototype

Days SIX

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

Click Source Link

Document

Constant representing six days.

Usage

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

License:Open Source License

public static int saturday() {
    return Days.SIX.getDays();
}