Formats date and time.

#include <unidef.h>
#include <time.h>

const LocaleObject    locale_object;
UniChar              *ucs;
size_t                maxsize;
const UniChar        *format;
const struct tm      *timeptr;
size_t                result;

result = UniStrftime(locale_object, ucs,
           maxsize, format, timeptr);


[Back: UniStrftime]
[Next: UniStrftime Parameter - locale_object]