Date and time manipulation.
More...
Detailed Description
Date and time manipulation.
Function Documentation
The dtime function may be used to obtain the current time, to sub-second precision.
The now function is used to get the current time. It resturns a consistent result no matter how long the program has been running.
The time_clear function is used to reset the program's idea of the current time.
The now_set function is used to set the programs idea of the current time. All future calls to now() will return this value.
The now_unclearable function is used by aeimport to tell now_clear that it isn't to do anything. Otherwise aeimport can't backdate the project statrt (etc).
The time_max function is used to determine the value of the largest positive value a time_t variable may assume.