Class WolfGroupStatistics.HourlyTrend
Messages trend per hour.
Implements
Namespace: TehGM.Wolfringo
Assembly: Wolfringo.Core.dll
Syntax
public class HourlyTrend : WolfGroupStatistics.ITrend
Constructors
| Improve this Doc View SourceHourlyTrend()
Creates a new object of this type.
Declaration
[JsonConstructor]
protected HourlyTrend()
Properties
| Improve this Doc View SourceHour
Hour timespan.
Declaration
[JsonProperty("hour")]
public int Hour { get; }
Property Value
Type | Description |
---|---|
Int32 |
LinesCount
Count of lines in given timespan.
Declaration
public int LinesCount { get; }
Property Value
Type | Description |
---|---|
Int32 |