Search Results for

    Show / Hide Table of Contents

    Class LogTimePeriod

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Logging.Viewer
    Assembly: cs.temp.dll.dll
    Syntax
    public class LogTimePeriod

    Constructors

    LogTimePeriod(DateTime, DateTime)

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

    Properties

    EndTime

    Declaration
    public DateTime EndTime { get; }
    Property Value
    Type Description
    System.DateTime

    StartTime

    Declaration
    public DateTime StartTime { get; }
    Property Value
    Type Description
    System.DateTime
    In This Article
    • Constructors
      • LogTimePeriod(DateTime, DateTime)
    • Properties
      • EndTime
      • StartTime
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX