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

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

Introduction

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

Usage

From source file org.kemri.wellcome.dhisreport.api.utils.MonthlyPeriod.java

/**
 *
 * @author bobj
 */
public class MonthlyPeriod implements Period {

From source file org.kemri.wellcome.dhisreport.api.utils.QuarterlyPeriod.java

/**
 * Class to create period for Quarterly reporting. 
 * You can also mention just the week number in ISO8601 and initializes startDate and endDate
 */
public class QuarterlyPeriod implements Period {

From source file org.kemri.wellcome.dhisreport.api.utils.WeeklyPeriod.java

/**
 * Class to create period for weekly reporting. 
 * You can also mention just the week number in ISO8601 and initializes startDate and endDate
 */
public class WeeklyPeriod implements Period {

From source file org.openmrs.module.dhisreport.api.utils.MonthlyPeriod.java

/**
 *
 * @author bobj
 */
public class MonthlyPeriod implements Period {

From source file org.openmrs.module.dhisreport.api.utils.QuarterlyPeriod.java

/**
 * Class to create period for Quarterly reporting. 
 * You can also mention just the week number in ISO8601 and initializes startDate and endDate
 */
public class QuarterlyPeriod implements Period {

From source file org.openmrs.module.dhisreport.api.utils.WeeklyPeriod.java

/**
 * Class to create period for weekly reporting. 
 * You can also mention just the week number in ISO8601 and initializes startDate and endDate
 */
public class WeeklyPeriod implements Period {