MemoryDataSet.TimeFactor Property
Gets or sets a value specifying how fast the Time property changes.
Syntax
public System.Double TimeFactor { get; set; }
Property Value
Remarks
This property can be used to slow down or speed up how fast the Time value changes. A value higher than 1.0 will make the clock run faster than normal, a value lower than 1.0 will slow it down. You can set it to 0.0 to stop the clock, or even less then 0.0 to make the clock run backwards.
Platforms
Windows, Linux, Android