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 DateTimeRange

Inheritance
System.Object
DateTimeRange
Namespace: EPiServer.Commerce.Shell.ObjectEditing.InternalMetadata
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class DateTimeRange : Object

Constructors

DateTimeRange()

Declaration
public DateTimeRange()

DateTimeRange(DateTime, Nullable<DateTime>)

Declaration
public DateTimeRange(DateTime from, Nullable<DateTime> to)
Parameters
Type Name Description
System.DateTime from
System.Nullable<System.DateTime> to

Properties

ValidFrom

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

ValidUntil

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