Package com.google.code.stackexchange.schema

Examples of com.google.code.stackexchange.schema.TimePeriod


   * Gets the time period.
   *
   * @return the time period
   */
  protected TimePeriod getTimePeriod() {
    return new TimePeriod(getLastWeekDate(), new Date());
  }
View Full Code Here

TOP

Related Classes of com.google.code.stackexchange.schema.TimePeriod

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.