Class DateRange

DateRange class

Represents the date range

public sealed class DateRange

Constructors

NameDescription
DateRange()Initializes a new instance of the DateRange class
DateRange(DateTime, DateTime)Initializes a new instance of the DateRange class

Properties

NameDescription
EndTime { get; set; }Gets or sets the end of a time period.
StartTime { get; set; }Gets or sets the start of a time period.

See Also