A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface ICurrentTimeProvider

Interface for providing current time. For example: server's time, browser's local time

Namespace: EPiServer.Personalization.VisitorGroups.Criteria
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3
Syntax
public interface ICurrentTimeProvider

Methods

GetNow(HttpRequest)

Gets the current time.

Declaration
DateTime GetNow(HttpRequest request)
Parameters
Type Name Description
Microsoft.AspNetCore.Http.HttpRequest request

Current http request.

Returns
Type Description
System.DateTime

Current time

Extension Methods