Moves the item by the specified time.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

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

Parameters

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

See Also