Name

edf_set_startdatetime — Sets the startdate and starttime.

Calling Sequence

 	edf_set_recording_info(edf_handle,datetime)

Parameters

edf_handle

: integer containing file handle of the opened bdf/edf-file

datetime

: vector with 6(year month day hour minute seconds) or 10 (getdate()) entries.

Description

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

Examples

edf_set_startdatetime(edf_handle, [2010,6,25,16,29,1]);
        edf_set_startdatetime(edf_handle, getdate());

Authors

Holger Nahrstaedt