Share via


BudgetCycle::findBudgetCycleEndDate Method

Finds the end date of the budget cycle for the specified budget cycle timespan and date.

Syntax

client server public static FiscalPeriodEnd findBudgetCycleEndDate(RecId _budgetCycleTimeSpanRecId, date _date)

Run On

Called

Parameters

  • _budgetCycleTimeSpanRecId
    Type: RecId Extended Data Type
    The record ID of the budget cycle timespan for which to find the end date of the budget cycle.
  • _date
    Type: date
    The date for which to find the budget cycle.

Return Value

Type: FiscalPeriodEnd Extended Data Type
The end date of the budget cycle, if found; otherwise, a nullNothingnullptrunita null reference (Nothing in Visual Basic) date.

See Also

Reference

BudgetCycle Table