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 VisitorGroupDate

Inheritance
System.Object
VisitorGroupDate
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.UI.Models.VisitorGroupsStatistics.Statistics.Implementation
Assembly: EPiServer.Shell.UI.dll
Version: 11.20.7
Syntax
public class VisitorGroupDate

Constructors

VisitorGroupDate(Guid, DateTime)

Declaration
public VisitorGroupDate(Guid visitorGroupId, DateTime date)
Parameters
Type Name Description
System.Guid visitorGroupId
System.DateTime date

Properties

Date

Declaration
public DateTime Date { get; set; }
Property Value
Type Description
System.DateTime

VisitorGroupId

Declaration
public Guid VisitorGroupId { get; set; }
Property Value
Type Description
System.Guid

Extension Methods