FiscalCalendarPeriod::addRangeForPeriodType Method

Adds a range for the specified period types.

Syntax

client server public static QueryBuildRange addRangeForPeriodType(
    QueryBuildDataSource _dataSource, 
    FieldId _periodTypeFieldId, 
    boolean _includeOpeningPeriods, 
    boolean _includeOperatingPeriods, 
    boolean _includeClosingPeriods)

Run On

Called

Parameters

  • _includeOpeningPeriods
    Type: boolean
    A Boolean value that indicates whether to include opening periods.
  • _includeOperatingPeriods
    Type: boolean
    A Boolean value that indicates whether to include operating periods.
  • _includeClosingPeriods
    Type: boolean
    A Boolean value that indicates whether to include closing periods.

Return Value

Type: QueryBuildRange Class
The range for the period type field.

Remarks

The closing period option typically requires an additional range that varies based on the implementation.

See Also

Reference

FiscalCalendarPeriod Table