int UTCT_toUtcString (const UTCTime utc, char* buff)

Copies the UTCTime's string representation

Documentation

Copies the UTCTime's string representation. This function should be first called with buff equal to NULL to get the length of the string representation. Then a buffer should be allocated by the caller of that length and this method called again to fill in the buffer
Returns:
the length of the string represenation.
Parameters:
utc - pointer to a time in UTC format
buff - f NULL only the length of the time string will be returned if non-NULL a pointer to a buffer into which the string representaion of the time will be coppied

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de