StartTime

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

Syntax

StartTime

Matlab Example

nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\MyDataFile.nex');
startTime = doc.StartTime;