Click or drag to resize
TimeInterval Enumeration
This enumeration determines time intervals for data aggregation.

Namespace: C2ExplorerServiceStack.Logic.Interfaces
Assembly: C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
public enum TimeInterval
Members
  Member nameDescription
Day Daily aggregation.
Month Monthly aggregation
Year Yearly aggregation
See Also