Endtime property – Multichannel Systems NeuroExplorer User Manual

Page 339

Advertising
background image

6.2.6. EndTime Property

Document.EndTime Property


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

Syntax


double EndTime

Usage

Matlab

nex = actxserver('NeuroExplorer.Application');

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

endTime = doc.EndTime;

JavaScript

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

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

var endTime = doc.EndTime;

See Also

Document Interface

COM/ActiveX Interfaces

Page 337

Advertising