Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Enum TimeFrame

The logic for how to count site visits.

Namespace: EPiServer.Personalization.VisitorGroups.Criteria
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
public enum TimeFrame

Fields

Name Description
Since

Count visits since a given date and time.

Total

No time frame, count total visit count.

Within

Count visits in a given time frame.

Extension Methods