Class DateTimeRange
Inheritance
System.Object
DateTimeRange
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
public class DateTimeRange : Object
Constructors
Declaration
Declaration
public DateTimeRange(DateTime from, Nullable<DateTime> to)
Parameters
Type |
Name |
Description |
System.DateTime |
from |
|
System.Nullable<System.DateTime> |
to |
|
Properties
Declaration
public DateTime ValidFrom { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public Nullable<DateTime> ValidUntil { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|