• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class LogTimePeriod

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

    Constructors

    View Source

    LogTimePeriod(DateTime, DateTime)

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

    Properties

    View Source

    EndTime

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

    StartTime

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