Gets or sets the time interval of the Allocation.

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

Syntax

C#
[BindableAttribute(true)]
public TimeInterval TimeInterval { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property TimeInterval As TimeInterval

See Also