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

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

Syntax

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

See Also