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 : Enum
Fields
Since
Count visits since a given date and time.
Declaration
public const TimeFrame Since
Field Value
Type | Description |
---|---|
TimeFrame |
Total
No time frame, count total visit count.
Declaration
public const TimeFrame Total
Field 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 Within
Field Value
Type | Description |
---|---|
TimeFrame |