Enum TrendingSpanType
Defines about which timespan a GetAnalogTrendDataMessage needs to return info.
public enum TrendingSpanType
Fields
Custom = 6
Fully custom trending timespan
CustomAmountHours = 5
A custom amount of hours (end time = current time). Specify the amount of hours in GetAnalogTrendDataMessage.CustomAmountHours.
LastDay = 1
Last day (end time = current time)
LastHour = 0
Last hour (end time = current time)
LastMonth = 3
Last month (end time = current time)
LastWeek = 2
Last week (end time = current time)
LastYear = 4
Last year (end time = current time)