Name

edf_set_birthdate — Sets the birthdate.

Calling Sequence

 	edf_set_birthdate(edf_handle, birthdate_year,  birthdate_month,  birthdate_day)

Parameters

edf_handle

: integer containing ile handle of the opened bdf/gdf-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

Holger Nahrstaedt