abfRegisterTime()

Marks the currently open datatype as representing time.

Syntax

voidabfRegisterTime();

Example

abfOpenDatatype("Time")
abfRegisterTime();

Comments

The program treats the datatype containing time as a special case. It assumes that this datatype only contains one request and one component. If you do not use abfRegisterTime, the program's interface contains unnecessary information when plotting against time.