Search Results for

    Show / Hide Table of Contents
    View Source

    Class LogTimePeriod

    Represents a time period for filtering log entries.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Logging.Viewer
    Assembly: Umbraco.Core.dll
    Syntax
    public class LogTimePeriod

    Constructors

    View Source

    LogTimePeriod(DateTime, DateTime)

    Initializes a new instance of the LogTimePeriod class.

    Declaration
    public LogTimePeriod(DateTime startTime, DateTime endTime)
    Parameters
    Type Name Description
    DateTime startTime

    The start time of the period.

    DateTime endTime

    The end time of the period.

    Properties

    View Source

    EndTime

    Gets the end time of the period.

    Declaration
    public DateTime EndTime { get; }
    Property Value
    Type Description
    DateTime
    View Source

    StartTime

    Gets the start time of the period.

    Declaration
    public DateTime StartTime { get; }
    Property Value
    Type Description
    DateTime
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX