Example usage for org.joda.time ReadablePartial interface-usage

List of usage examples for org.joda.time ReadablePartial interface-usage

Introduction

In this page you can find the example usage for org.joda.time ReadablePartial interface-usage.

Usage

From source file ch.oakmountain.tpa.solver.PeriodicalTimeFrame.java

/**
 *
 * Represents a time frame of one week: time is always given modulo one week and durations should not be exeed one week.
 *
 * Based on {@link org.joda.time.LocalDateTime} (joda-time:joda-time:2.8.1)
 *

From source file net.sourceforge.fenixedu.util.HourMinuteSecond.java

/**
 * @author - Shezad Anavarali (shezad@ist.utl.pt)
 * 
 */
public final class HourMinuteSecond extends BasePartial implements ReadablePartial, Serializable {

From source file org.fenixedu.academic.util.HourMinuteSecond.java

/**
 * @author - Shezad Anavarali (shezad@ist.utl.pt)
 * 
 */
public final class HourMinuteSecond extends BasePartial implements ReadablePartial, Serializable {