Enumerates the elements actually contained in the TimeIntervalCollection in descending order.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
[BindableAttribute(false)]
public IEnumerable<TimeInterval> Descending { get; }
Visual Basic (Declaration)
<BindableAttribute(False)> _
Public ReadOnly Property Descending As IEnumerable(Of TimeInterval)

See Also