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 SourceLogTimePeriod(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 SourceEndTime
Gets the end time of the period.
Declaration
public DateTime EndTime { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
StartTime
Gets the start time of the period.
Declaration
public DateTime StartTime { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |