<< edf_set_admincode edflib - Toolbox for reading and writing edf/bdf - files edf_set_digital_maximum >>

edflib - Toolbox for reading and writing edf/bdf - files >> edflib - Toolbox for reading and writing edf/bdf - files > edf_set_birthdate

edf_set_birthdate

Sets the birthdate.

Calling Sequence

edf_set_birthdate(edf_handle, birthdate_year,  birthdate_month,  birthdate_day)

Parameters

edf_handle

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

year

: 1800 - 3000. .

month

: 1 - 12. .

day

: 1 - 31. .

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_birthdate(edf_handle, 1990, 2, 1);

Authors

<< edf_set_admincode edflib - Toolbox for reading and writing edf/bdf - files edf_set_digital_maximum >>