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

Class TimeZoneFactory

Inheritance
System.Object
TimeZoneFactory
Implements
Namespace: EPiServer.VisitorGroupsCriteriaPack
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3
Syntax
public class TimeZoneFactory : Object, ISelectionFactory

Constructors

TimeZoneFactory()

Declaration
public TimeZoneFactory()

Explicit Interface Implementations

ISelectionFactory.GetSelectListItems(Type)

Declaration
IEnumerable<SelectListItem> ISelectionFactory.GetSelectListItems(Type property)
Parameters
Type Name Description
System.Type property
Returns
Type Description
System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.Rendering.SelectListItem>

Implements

Extension Methods