Modifications PDA (Manchester) 21/03/2001: Tidied up the documentation
Definition in file vul_get_timestamp.h.
#include <vcl_string.h>
Go to the source code of this file.
Enumerations | |
| enum | vul_time_style { vul_asc, vul_numeric_msf } |
| Enum to specify style option for vul_get_time_as_string(). More... | |
Functions | |
| void | vul_get_timestamp (int &secs, int &msecs) |
| purpose: obtain time elapsed since 1 Jan 1970, in seconds and milliseconds. | |
| vcl_string | vul_get_time_as_string (vul_time_style style=vul_asc) |
| Get the present time and date as a string, e.g. "Fri Dec 8 14:54:17 2006". | |
|
|
Enum to specify style option for vul_get_time_as_string().
Definition at line 27 of file vul_get_timestamp.h. |
|
|
Get the present time and date as a string, e.g. "Fri Dec 8 14:54:17 2006".
Definition at line 69 of file vul_get_timestamp.cxx. |
|
||||||||||||
|
purpose: obtain time elapsed since 1 Jan 1970, in seconds and milliseconds.
Definition at line 36 of file vul_get_timestamp.cxx. |
1.4.4