SaaS CMS has officially launched! Learn more now.

Interface ICurrentTimeProvider

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

Namespace: EPiServer.Personalization.VisitorGroups.Criteria
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public interface ICurrentTimeProvider

Methods

GetNow(HttpRequestBase)

Gets the current time.

Declaration
DateTime GetNow(HttpRequestBase request)
Parameters
Type Name Description
System.Web.HttpRequestBase request

Current http request.

Returns
Type Description
System.DateTime

Current time

Extension Methods