Initialises the Test Cycle.

Syntax

finDateCycle.TestCycleInitialise(currentCycleBegin, [currentCycleEnd], [cycleDay])

Parameters

NameTypeOptionalByRefDescription
currentCycleBegin Date The current Cycle begin date.
currentCycleEnd Date Optional Optionally the date the current Cycle ends. If omitted, a value of ISRuntime.OptionalNullDate is assumed.
cycleDay Integer Optional Optionally the Day of the Month for Monthly or Yearly based cycles (will only be used if Cycle doesn't include Day of Month). Note, if this omitted and the Cycle does does specify a Day of Month for Monthly or Yearly based cycles the Day of Month is based upon CycleEnd.Day (if specified) or CycleBegin (CycleBegin.Day-1,if 0 then 31) otherwise. If omitted, a value of 0 is assumed.

Return Value

Boolean

A Boolean value indicating success or failure.

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