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

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.3
Syntax
public sealed class TimePeriod : Enum

Fields

Day

X number of Days.

Declaration
public const TimePeriod Day
Field Value
Type Description
TimePeriod

Month

X number of Month.

Declaration
public const TimePeriod Month
Field Value
Type Description
TimePeriod

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Week

X number of Weeks.

Declaration
public const TimePeriod Week
Field Value
Type Description
TimePeriod

Year

X number of Years.

Declaration
public const TimePeriod Year
Field Value
Type Description
TimePeriod

Extension Methods