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