aaSnapToSummary
- Last UpdatedMar 18, 2021
- 1 minute read
Used by the event system when configuring summary operations.
Syntax
aaSnapToSummary OpKey, Start, End, DateStamp
where:
|
Argument |
Description |
|---|---|
|
OpKey |
An internal variable that identifies the summary operation to perform. This value is of data type int, with no default. |
|
Start |
The starting timestamp for the calculation. This value is of data type datetime2(7), with no default. |
|
End |
The ending timestamp for the calculation. This value is of data type datetime2(7), with no default. |
|
DateStamp |
The time the summary operation was performed. This value is of data type smalldatetime, with no default. |
Permission
Execute permission defaults to the aaPowerUsers and aaAdministrators groups.