Finds the last date in a Date Cycle.

If you have the last date of the previous cycle (EndDate), set cycleBeginDate to EndDate.AddDays(1) If Monthly/ Yearly and Day of Month not specified in Cycle the Day of Month = cycleBeginDate.AddDays(-1).Day

Syntax

finUtilities.DateCycleGetEnd(cycleMnemonic, cycleBeginDate, [ignoreOtherCycles])

Parameters

NameTypeOptionalByRefDescription
cycleMnemonic String The cycle (Mnemonic text).
cycleBeginDate Date The date the cycle begins.
ignoreOtherCycles Boolean Optional If omitted, a value of False is assumed.

Return Value

Date

A Date value.

Member of:
finUtilities
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0