[]
        
(Showing Draft Content)

C1.Win.Calendar.DateTimeRange

DateTimeRange Class

Represents a date range defined by a minValue and maxValue DateTime.

Inheritance
DateTimeRange
Namespace: C1.Win.Calendar
Assembly: C1.Win.Calendar.10.dll
Syntax
[TypeConverter(typeof(DateTimeRangeConverter))]
public class DateTimeRange : INotifyPropertyChanged
<TypeConverter(GetType(DateTimeRangeConverter))>
Public Class DateTimeRange
    Implements INotifyPropertyChanged

Constructors

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.

Properties

Name Description
MaxValue

Gets or sets the maximum DateTime of the range.

MinValue

Gets or sets the minimum DateTime of the range.

Methods

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.

Events

Name Description
PropertyChanged