This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.
Bz getLocaltime: Difference between revisions
Jump to navigation
Jump to search
New page: {{BZFS_API_Doc}} ==Overview== bz_getLocaltime is a function to fill a bz_localTime structure with values. Go to bz_localTime for structure format. ==Example== bz_localTime st; //... |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{apicall | ||
| name = bz_getLocaltime | |||
= | | description = Fills a bz_localTime object with values for the current time on the server. | ||
| param1 = *ts | |||
| param1type = bz_localTime | |||
| param1desc = bz_localTime object to fill. | |||
== | }} | ||
bz_localTime | |||
Latest revision as of 23:34, 30 December 2008
void bz_getLocaltime (bz_localTime *ts)
Fills a bz_localTime object with values for the current time on the server.
Parameters:
*ts - bz_localTime object to fill.