Class TimeFrame
The logic for how to count site visits.
Inheritance
System.Object
    TimeFrame
  Namespace: EPiServer.Personalization.VisitorGroups.Criteria
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3Syntax
public sealed class TimeFrame : EnumFields
Since
Count visits since a given date and time.
Declaration
public const TimeFrame SinceField Value
| Type | Description | 
|---|---|
| TimeFrame | 
Total
No time frame, count total visit count.
Declaration
public const TimeFrame TotalField Value
| Type | Description | 
|---|---|
| TimeFrame | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
Within
Count visits in a given time frame.
Declaration
public const TimeFrame WithinField Value
| Type | Description | 
|---|---|
| TimeFrame | 
