I too need help understanding the schedule portion of this:
[nn"["<schedule>"]"]
The (PnYnMnD|PnW) part works well, so I assume the first part deals with when/how often the deletion is checked?
(PnYnMnD|PnW) - This means use either:
- PnYnMnD = a Period of time - so, in the field from the original question, P1Y2M10D means studies received more than 1 year, 2 months and 10 days ago, will be deleted.
- PnW = a Period of weeks - again, P52W would mean studies received 52 weeks ago would be deleted.
Can someone translate the first part?
Thank You.