#include <pantheios/pantheios.h>
Go to the source code of this file.
Classes | |
struct | pan_beutil_time_t |
Structure for use with the pantheios_util_getCurrentTime() function. More... | |
Functions | |
size_t | pantheios_util_getCurrentTime (pan_beutil_time_t *tm, int bUseSystemTime) |
Gets the current time in a suitable format. |
|
Gets the current time in a suitable format.
This function gets the current time, and formats it in an operating system-specific manner into the given pan_beutil_time_t instance, using either the local time or the system time (if the
Specifically, on Windows platforms the function formats according to the current locale settings. On UNIX, the function uses the syslog-standard format (
|
|
|
pantheios Library documentation © Matthew Wilson, 2006 |
|