Starttime property – Multichannel Systems NeuroExplorer User Manual

Page 338

Advertising
background image

6.2.5. StartTime Property

Document.StartTime Property


Read-write property that specifies the document data start time (minimum timestamp) in seconds.

Syntax


double StartTime

Usage

Matlab

nex = actxserver('NeuroExplorer.Application');

doc = nex.OpenDocument('C:\Data\TestDataFile.nex');

startTime = doc.StartTime;

JavaScript

var nex = new ActiveXObject("NeuroExplorer.Application");

var doc = nex.OpenDocument("C:\\Data\\TestDataFile.nex");

var startTime = doc.StartTime;

See Also

Document Interface

COM/ActiveX Interfaces

Page 336

Advertising