Show / Hide Table of Contents

Class DateRange

Represents a range of Dates.

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

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
System.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 that represents this instance.

Declaration
public override string ToString()
Returns
Type Description
System.String

A that represents this instance.

Extension Methods

Extensions.Yield<T>(T)
Back to top Copyright © 2009-2018 Colectica