com.sage.accpac.sm
Interface FiscalCalendar.DateRange

Enclosing interface:
FiscalCalendar

public static interface FiscalCalendar.DateRange

A date range, as returned by getPeriodDates and other functions, describes a range of dates


Method Summary
 java.util.Date getEnd()
          Gets the end date
 java.util.Date getStart()
          Gets the start date
 

Method Detail

getEnd

java.util.Date getEnd()
Gets the end date

Returns:
the end date

getStart

java.util.Date getStart()
Gets the start date

Returns:
the start date


Copyright © 2011 Sage Software, Inc. All rights reserved.