Moves the item by the specified time.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public void MoveBy(
	int deltaMinutes
)
Visual Basic (Declaration)
Public Sub MoveBy ( _
	deltaMinutes As Integer _
)

Parameters

deltaMinutes
Type: System..::.Int32
The time to offset the item, in minutes.

See Also