Share via


FiscalCalendarYear::findCalendarYearByDateRange_IN Method

Gets the FiscalCalendarYear table buffer for the specified fiscal calendar record ID and date range.

Syntax

client server public static FiscalCalendarYear findCalendarYearByDateRange_IN(
    RecId _calendarRecId, 
    date _fromdate, 
    date _toDate)

Run On

Called

Parameters

  • _calendarRecId
    Type: RecId Extended Data Type
    The calendar record ID to use to find records in the FiscalCalendarYear table.
  • _fromdate
    Type: date
    The start date for searching the fiscal calendar year.
  • _toDate
    Type: date
    The end date for searching the fiscal calendar year.

Return Value

Type: FiscalCalendarYear Table
The FiscalCalendarYear table buffer.

See Also

Reference

FiscalCalendarYear Table