Example usage for org.joda.time Hours EIGHT

List of usage examples for org.joda.time Hours EIGHT

Introduction

In this page you can find the example usage for org.joda.time Hours EIGHT.

Prototype

Hours EIGHT

To view the source code for org.joda.time Hours EIGHT.

Click Source Link

Document

Constant representing eight hours.

Usage

From source file:ch.eitchnet.android.mabea.model.Setting.java

License:Open Source License

/**
 * Default constructor
 */
public Setting() {
    requiredWorkPerDay = Hours.EIGHT.toStandardDuration().plus(Minutes.minutes(30).toStandardDuration());
}