Home > Date And Time > Time steps specification and computation > Recurring Dates Computing > Every 10 days computing from a start date involving last day of a 31-day month
Report generated 11-04-2023 10:42

Recurring Dates Computing

  Windows   Rrule   Date

Every 10 days computing from a start date involving last day of a 31-day month
Steps Outcome
Given the start date 2021-03-31
SUCCESS 006ms
When the rrule FREQ=DAILY;INTERVAL=10;COUNT=5 is applied
SUCCESS 002ms
Then the recurring dates should be
date
2021-03-31
2021-04-10
2021-04-20
2021-04-30
2021-05-10
SUCCESS 014ms
SUCCESS 0.04s
Serenity BDD version 3.6.22