Gets or sets a TimeSpan used to increase or decrease the selected time. This is a dependency property.

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

Syntax

C#
public TimeSpan Change { get; set; }
Visual Basic
Public Property Change As TimeSpan
	Get
	Set
Visual C++
public:
property TimeSpan Change {
	TimeSpan get ();
	void set (TimeSpan value);
}

See Also