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 TimeOfDayModel

Model class of TimeOfDay criterion

Inheritance
System.Object
TimeOfDayModel
Namespace: EPiServer.Personalization.VisitorGroups.Criteria
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
public class TimeOfDayModel : CriterionModelBase

Constructors

TimeOfDayModel()

Declaration
public TimeOfDayModel()

Properties

EndTime

Gets or sets the end time.

Declaration
public DateTime? EndTime { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

The end time.

Friday

Gets or sets a value indicating whether this TimeOfDayModel is friday.

Declaration
public bool Friday { get; set; }
Property Value
Type Description
System.Boolean

true if friday; otherwise, false.

Monday

Gets or sets a value indicating whether this TimeOfDayModel is monday.

Declaration
public bool Monday { get; set; }
Property Value
Type Description
System.Boolean

true if monday; otherwise, false.

Saturday

Gets or sets a value indicating whether this TimeOfDayModel is saturday.

Declaration
public bool Saturday { get; set; }
Property Value
Type Description
System.Boolean

true if saturday; otherwise, false.

StartTime

Gets or sets the start time.

Declaration
public DateTime? StartTime { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

The start time.

Sunday

Gets or sets a value indicating whether this TimeOfDayModel is sunday.

Declaration
public bool Sunday { get; set; }
Property Value
Type Description
System.Boolean

true if sunday; otherwise, false.

Thursday

Gets or sets a value indicating whether this TimeOfDayModel is thursday.

Declaration
public bool Thursday { get; set; }
Property Value
Type Description
System.Boolean

true if thursday; otherwise, false.

Tuesday

Gets or sets a value indicating whether this TimeOfDayModel is tuesday.

Declaration
public bool Tuesday { get; set; }
Property Value
Type Description
System.Boolean

true if tuesday; otherwise, false.

Wednesday

Gets or sets a value indicating whether this TimeOfDayModel is wednesday.

Declaration
public bool Wednesday { get; set; }
Property Value
Type Description
System.Boolean

true if wednesday; otherwise, false.

Methods

Copy()

Creates a new object that is a copy of the current instance.

Declaration
public override ICriterionModel Copy()
Returns
Type Description
EPiServer.Personalization.VisitorGroups.ICriterionModel

A new object that is a copy of this instance.

Extension Methods