[]
Represents a date range defined by a minValue and maxValue DateTime.
[TypeConverter(typeof(DateTimeRangeConverter))]
public class DateTimeRange : INotifyPropertyChanged
<TypeConverter(GetType(DateTimeRangeConverter))>
Public Class DateTimeRange
Implements INotifyPropertyChanged
| Name | Description |
|---|---|
| DateTimeRange() | Initializes a new instance of the DateTimeRange class. |
| DateTimeRange(DateTime?, DateTime?) | Initializes a new instance of the DateTimeRange class with the specified minValue and maxValue dates. |
| Name | Description |
|---|---|
| MaxValue | Gets or sets the maximum DateTime of the range. |
| MinValue | Gets or sets the minimum DateTime of the range. |
| Name | Description |
|---|---|
| Equals(object) | |
| GetDateRange(Calendar) | Generates a sequence of dates between the MinValue and MaxValue dates, inclusive. |
| GetHashCode() | |
| OnPropertyChanged(string) | Fires the PropertyChanged event. |
| Name | Description |
|---|---|
| PropertyChanged |