Finds the 'inclusive' end date of a period given a begin date.

The end date will never be the begin date. 20/1/2010 + 3m = 19/4/2010; 20/1/2010 + 3m15 = 15/4/2010; 20/1/2010 + 3e = 31/3/2010 1/3/2010 + 3m = 31/5/2010; 1/3/2010 + 3m15 = 15/5/2010; 1/3/2010 + 3e = 31/5/2010

Syntax

finUtilities.DateCycleGetInclusiveEndDate(cycleMnemonic, cycleBeginDate)

Parameters

NameTypeOptionalByRefDescription
cycleMnemonic String The cycle (Mnemonic text).
cycleBeginDate Date The date the cycle begins.

Return Value

Date

A Date value.

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