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

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
Returns:
the length of the string represenation.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.