Finds the first and number of cycle intervals within a period given the begin date, end date and interval frequency.

The intervals will align to the end date of the overall period (if possible).

Syntax

finUtilities.DateCycleGetIntervalCount(periodBeginDate, periodEndDate, intervalCycle, intervalCount, intervalFirstDate)

Parameters

NameTypeOptionalByRefDescription
periodBeginDate Date The begin date of the overall Period.
periodEndDate Date The end date of the overall Period.
intervalCycle String The date cycle for each interval within the overall period.
intervalCount Integer ByRef Returns the number of intervals within the overall period.
intervalFirstDate Date ByRef Returns the first interval date.
Member of:
finUtilities
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0