locale_object (const LocaleObject)

      A locale object created by UniCreateLocaleObject

    ucs (UniChar *)

      Target string.

    maxsize (size_t)

      Maximum number of characters to be placed in ucs.

    format (const UniChar *)

      Format of the target string.

    timeptr (const struct tm *)

      Structure containing time and date information.

    result (size_t) - returns

      If the total number of resulting code elements, including the null code element, is not more than maxsize, the number of code elements placed into the memory location addressed by ucs (not including the null code element) is returned. Otherwise, zero is returned and the contents of the memory location are indeterminate.


    [Back: UniStrftime Return Value - result]
    [Next: UniStrftime - Remarks]