com.sage.accpac.sm
Interface FiscalCalendar.FiscalPeriod

Enclosing interface:
FiscalCalendar

public static interface FiscalCalendar.FiscalPeriod

The fiscal period returned by getPeriod


Method Summary
 FiscalCalendar.DateRange getDates()
          gets the date range of the period
 int getPeriod()
          returns the fiscal period within the year.
 int getYear()
          gets the fiscal year
 boolean isOpen()
          Gets whether or not the period is open
 

Method Detail

getDates

FiscalCalendar.DateRange getDates()
gets the date range of the period

Returns:
a FiscalCalendar.DateRange for the period

getYear

int getYear()
gets the fiscal year

Returns:
the fiscal year

getPeriod

int getPeriod()
returns the fiscal period within the year.

Fiscal periods are numbered from 1 to the number of periods in the year (12 or 13), with 14 reserved for the adjustment period and 15 reserved for the closing period.

Returns:
the fiscal period within the year.

isOpen

boolean isOpen()
Gets whether or not the period is open

Returns:
true if the period is open


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