Name

edf_get_startdatetime — Gets the duration of the file in seconds.

Calling Sequence

 	start_time=edf_get_startdatetime(path)

Description

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

start_time - a vector containing the date and startime. (year month day hour minute second)

Examples

start_time=edf_get_startdatetime('demo.bdf');

Authors

Holger Nahrstaedt