Click or drag to resize

DateTimeRange Class

Represents a date range.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.UtilitiesDateTimeRange

Namespace:  Dynamicweb.Analytics.Utilities
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class DateTimeRange

The DateTimeRange type exposes the following members.

Constructors
  NameDescription
Public methodDateTimeRange
Initializes a new instance of an object.
Public methodDateTimeRange(DateTime, DateTime)
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyDuration
Gets the duration.
Public propertyFrom
Gets or sets the start date.
Public propertyFromWeek
Gets the week number for the "From" range component.
Public propertyTo
Gets or sets the end date.
Public propertyToWeek
Gets the week number for the "To" range component.
Top
Fields
  NameDescription
Public fieldStatic memberMaxDate
Gets the maximum allowed date.
Public fieldStatic memberMinDate
Gets the minimum allowed date.
Top
See Also