SaaS CMS has officially launched! Learn more now.

Class VisitorGroupStatisticSettingDate

Inheritance
System.Object
VisitorGroupStatisticSettingDate
Implements
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
Assembly: EPiServer.Shell.UI.dll
Version: 11.20.7
Syntax
[Obsolete("VisitorGroupsStatistics gadget has been deprecated.")]
public class VisitorGroupStatisticSettingDate : VisitorGroupStatisticSetting, IDynamicData

Constructors

VisitorGroupStatisticSettingDate()

Declaration
public VisitorGroupStatisticSettingDate()

Properties

DisplayText

Declaration
public override string DisplayText { get; }
Property Value
Type Description
System.String
Overrides

FromDate

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

SelectedOption

Declaration
public VisitorGroupStatisticSettingTimeSpan SelectedOption { get; }
Property Value
Type Description
VisitorGroupStatisticSettingTimeSpan

ToDate

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

Implements

Extension Methods