ProgramixGenericLib v4.0.0

Uses of Class
com.programix.time.PlainDateRange

Packages that use PlainDateRange
com.programix.time Various containers and tools for dealing with dates and times (including parsing and formatting). 
 

Uses of PlainDateRange in com.programix.time
 

Fields in com.programix.time declared as PlainDateRange
static PlainDateRange PlainDateRange.BOTH_OPEN
          This PlainDateRange has both an undefined start and an undefined end.
 

Methods in com.programix.time that return PlainDateRange
static PlainDateRange PlainDateRange.createWithOpenEnd(PlainDate start)
          Creates a new instance with an open end date and the specified start date.
static PlainDateRange PlainDateRange.createWithOpenStart(PlainDate end)
          Creates a new instance with an open start and the specified end date.
 PlainDateRange PlainDateRange.setEnd(PlainDate newEnd)
          Returns a new instance with the specified newEnd date and this instance's start date.
 PlainDateRange PlainDateRange.setEnd(String newEnd)
          Returns a new instance with the specified newEnd date and this instance's start date.
 PlainDateRange PlainDateRange.setEnd(Value newEnd)
          Returns a new instance with the specified newEnd date and this instance's start date.
 PlainDateRange PlainDateRange.setStart(PlainDate newStart)
          Returns a new instance with the specified newStart date and this instance's end date.
 PlainDateRange PlainDateRange.setStart(String newStart)
          Returns a new instance with the specified newStart date and this instance's end date.
 PlainDateRange PlainDateRange.setStart(Value newStart)
          Returns a new instance with the specified newStart date and this instance's end date.
 

Methods in com.programix.time with parameters of type PlainDateRange
 int PlainDateRange.compareTo(PlainDateRange otherRange)
          Compares this instance to otherRange as defined by OLDEST_FIRST_COMPARATOR.
 boolean PlainDateRange.equals(PlainDateRange otherPlainDate)
          Returns true if this instance's start and end dates exactly match the start and end dates of the passed instance.
 


ProgramixGenericLib v4.0.0

Copyright © 2001-2007 Programix Incorporated. All rights reserved. ProgramixGenericLib is free and is OSI Certified Open Source Software under the BSD license.