locale_object (const LocaleObject)

      A locale object created by UniCreateLocaleObject.

    buf (const UniChar *)

      String to be converted.

    fmt (const UniChar *)

      Format of the source string.

    tm (struct tm *)

      Time and data structure to receive the time and data information held in the string buf.

    ucString (UniChar *) - returns

      Either:

      • A pointer to the character following the last character. 
          A null pointer. The contents of the tm structure are undefined.


        [Back: UniStrptime Return Value - ucString]
        [Next: UniStrptime - Remarks]