MemoryDataSet.Time Property
Gets or sets the MemoryDataSet time value.
Syntax
public System.Int64 Time { get; set; }
Property Value
The current time value in the dataset.
Remarks
Each MemoryDataSet instance keeps its own time value, which is used by the StartFeatureAnimation methods. The value is automatically increased as real time passes, but it can be modified, for instance to jump to a different time in a feature movement playback.
The value has microsecond resolution. The meaning of the absolute value is not specified; to change the value you should read the property, adjust the value and then write it back.
See also the TimeFactor property.
Platforms
Windows, Linux, Android