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
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| cycleMnemonic | String | The cycle (Mnemonic text). | ||
| cycleBeginDate | Date | The date the cycle begins. | ||
| ignoreOtherCycles | Boolean | Optional | If omitted, a value of False is assumed. |
A Date value.