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