MindFusion.Wpf Pack Programmer's Guide
IResourceAllocationViewModel.SetTimes Method
See Also
 





Sets the start time and duration of the allocation, optionally synchronizing the associated activity by calling its UpdateTimesFromAllocations method.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

void SetTimes (
    DateTime start,
    TimeSpan duration,
    bool updateTimesFromAllocations
)

Visual Basic  Copy Code

Sub SetTimes( _
    start As DateTime, _
    duration As TimeSpan, _
    updateTimesFromAllocations As Boolean _
)

 Parameters

start

The new start time of the allocation.

duration

The new duration of the allocation.

updateTimesFromAllocations
true to synchronize the associated activity; otherwise, false.

 See Also

IResourceAllocationViewModel Members
IResourceAllocationViewModel Interface
MindFusion.DataViews.Wpf Namespace