EndTime
Read-write property that specifies the document data end time (maximum timestamp) in seconds.
Syntax
EndTime
Matlab Example
nex = actxserver('NeuroExplorer.Application');
doc = nex.OpenDocument('C:\Data\MyDataFile.nex');
endTime = doc.EndTime;