Class TimePeriod
The time period that is used to count hits.
Inheritance
System.Object
    TimePeriod
  Namespace: EPiServer.Personalization.VisitorGroups.Criteria
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3Syntax
public sealed class TimePeriod : EnumFields
Day
X number of Days.
Declaration
public const TimePeriod DayField Value
| Type | Description | 
|---|---|
| TimePeriod | 
Month
X number of Month.
Declaration
public const TimePeriod MonthField Value
| Type | Description | 
|---|---|
| TimePeriod | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
Week
X number of Weeks.
Declaration
public const TimePeriod WeekField Value
| Type | Description | 
|---|---|
| TimePeriod | 
Year
X number of Years.
Declaration
public const TimePeriod YearField Value
| Type | Description | 
|---|---|
| TimePeriod | 
