Enumerates the time intervals and allocations of the resource within a specified timeline page considering the resource schedule if specified, or the continuous schedule (Sunday - Saturday, 24h/day) otherwise.

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

Syntax

C#
public IEnumerable<Allocation> GetAllocations(
	DateTime start,
	DateTime finish
)
Visual Basic (Declaration)
Public Function GetAllocations ( _
	start As DateTime, _
	finish As DateTime _
) As IEnumerable(Of Allocation)

Parameters

start
Type: System..::.DateTime
The date and time to start the enumeration at.
finish
Type: System..::.DateTime
The date and time to finish the enumeration at.

See Also