TimeSpanSnapshot

Set TImeSpanSnapshot to True to take snapshots across a particular period of time in the past. In this case, use StartDays and EndDays to specify the time period, and Period to specify the interval between each snapshot within this period.

Actions: ClusterSnapshot
Type: Boolean
Default: False
Example: TimeSpanSnapshot=True
StartDays=20
EndDays=11
Period=2
Gap=1

In this example, the time span in which snapshots are taken is 9 days. It starts 20 days ago (the current date minus 20) and ends 11 days ago (the current date minus 11). Each snapshot that is taken spans 2 days. Every time a snapshot is completed, 1 day elapses before the next snapshot starts.
See Also: EndDays
Gap
Period
StartDays