DataWeb
Search Results for

    Show / Hide Table of Contents

    Class PeriodData

    Represents the period data.

    Inheritance
    object
    PeriodData
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Analytics
    Assembly: DataWeb.Core.dll
    Syntax
    public class PeriodData

    Properties

    AggregationMode

    Gets or sets the AggregationMode for the period data (e.g., Hour, Day, Month, Year).

    Declaration
    public AggregationMode AggregationMode { get; set; }
    Property Value
    Type Description
    AggregationMode

    DateEnd

    Gets or sets the end date of the period data.

    Declaration
    public DateTime DateEnd { get; set; }
    Property Value
    Type Description
    DateTime

    DateStart

    Gets or sets the start date of the period data.

    Declaration
    public DateTime DateStart { get; set; }
    Property Value
    Type Description
    DateTime

    Description

    Gets or sets the description of the period data.

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    string

    Mode

    Gets or sets the mode of the period data (e.g., Today, CurrentWeek, etc.).

    Declaration
    public string Mode { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX