Name

edf_set_startdatetime — Sets the startdate and starttime.

Calling Sequence

 	edf_set_recording_info(path,datetime)

Description

This function is optional and can be called only after opening a file in writemode and before the first sample write action.

path is a string containing the path and name of the file.

datetime is a vector with 6(year mounth day hour minute seconds) or 10 (getdate()) entries..

Examples

edf_set_startdatetime('demo.bdf', [2010,6,25,16,29,1]);
edf_set_startdatetime('demo.bdf', getdate());

Authors

Holger Nahrstaedt