Name

edf_get_startdatetime — Returns the date and starttime.

Calling Sequence

 	start_time=edf_get_startdatetime(path)

Parameters

path

: string containing the path and name of the file

start_time

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

Description

Returns the date and starttime.

Examples

start_time=edf_get_startdatetime('demo.bdf');

Authors

Holger Nahrstaedt