CalculationWindowType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The calculation window.
public enum CalculationWindowType
type CalculationWindowType =
Public Enum CalculationWindowType
- Inheritance
-
CalculationWindowType
Fields
| Name | Value | Description |
|---|---|---|
| Lifetime | 0 | Lifetime. |
| Hour | 1 | Hour. |
| Day | 2 | Day. |
| Week | 3 | Week. |
| Month | 4 | Month. |