Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    Class WolfGroupStatistics.HourlyTrend

    Messages trend per hour.

    Inheritance
    System.Object
    WolfGroupStatistics.HourlyTrend
    Implements
    WolfGroupStatistics.ITrend
    Namespace: TehGM.Wolfringo
    Assembly: Wolfringo.Core.dll
    Syntax
    public class HourlyTrend : WolfGroupStatistics.ITrend

    Constructors

    | Improve this Doc View Source

    HourlyTrend()

    Creates a new object of this type.

    Declaration
    [JsonConstructor]
    protected HourlyTrend()

    Properties

    | Improve this Doc View Source

    Hour

    Hour timespan.

    Declaration
    [JsonProperty("hour")]
    public int Hour { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    LinesCount

    Count of lines in given timespan.

    Declaration
    public int LinesCount { get; }
    Property Value
    Type Description
    System.Int32

    Implements

    WolfGroupStatistics.ITrend