Device Monitoring Studio - Monitor, log and analyze data coming through PC ports and connections
Download Device Monitoring Studio Hide this button

Playback.Range Interface

interface Range {
    // Properties
    ${from}: Date;
    ${to}: Date;
}
public interface Range
{
    // Properties
}
struct Range : IDispatch
{
    // Properties
};

Range Properties

from

from: Date;
// This property is not available in managed environment
// This property is not available in native environment

JavaScript Date object that specifies the playback starting point.

to

to: Date;
// This property is not available in managed environment
// This property is not available in native environment

JavaScript Date object that specifies the playback ending point.