Show / Hide Table of Contents

Class DateRange

Represents a range of Dates.

Inheritance
Object
NotificationObject
DateRange
Implements
INotifyPropertyChanged
Inherited Members
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(String)
NotificationObject.RaisePropertyChanged(String[])
NotificationObject.RaisePropertyChanged<T>(Expression<Func<T>>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, String)
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class DateRange : NotificationObject, INotifyPropertyChanged

Constructors

DateRange()

Initializes a new instance of the DateRange class.

Declaration
public DateRange()

Properties

EndDate

Gets or sets the end date.

Declaration
public Date EndDate { get; set; }
Property Value
Type Description
Date

The end date.

IsEmpty

Gets a value indicating whether this object lacks any content.

Declaration
public bool IsEmpty { get; }
Property Value
Type Description
Boolean

StartDate

Gets or sets the start date.

Declaration
public Date StartDate { get; set; }
Property Value
Type Description
Date

The start date.

Methods

ToString()

Returns a String that represents this instance.

Declaration
public override string ToString()
Returns
Type Description
String

A String that represents this instance.

Overrides
Object.ToString()

Implements

System.ComponentModel.INotifyPropertyChanged
In This Article
Back to top Generated by DocFX