Interval
The time span to generate or return information for. You can use Interval
on its own, or with StartDate or EndDate to set the time span.
If you use:
Interval on its own |
StartDate = Now - Interval EndDate = Now |
Interval with StartDate |
StartDate as specified EndDate = StartDate + Interval |
Interval with EndDate |
StartDate = EndDate - Interval EndDate as specified |
NOTE: Specify the Interval
in seconds.
Actions: | ClusterCluster
ClusterResults ClusterServe2DMap ClusterSGDataGen ClusterSGDataServe ClusterSGDocsServe ClusterSGPicServe ClusterShowJobs |
Type: | Long |
Default: | |
Example: | Interval=86400
|
See Also: | EndDate
StartDate |