Name

edf_set_birthdate — Sets the birthdate.

Calling Sequence

 	edf_set_birthdate(edf_handle, birthdate_year,  birthdate_month,  birthdate_day)

Description

year: 1800 - 3000, month: 1 - 12, day: 1 - 31.

edf_handle is the file handle of the opened bdf/gdf-file

Examples

edf_set_birthdate(edf_handle, 1990, 2, 1);

Authors

Holger Nahrstaedt