*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> wcsftime (3)              
Title
Content
Arch
Section
 

WCSFTIME(3)

Contents


NAME    [Toc]    [Back]

     wcsftime -- convert date and time to a wide-character string

LIBRARY    [Toc]    [Back]

     Standard C Library (libc, -lc)

SYNOPSIS    [Toc]    [Back]

     #include <wchar.h>

     size_t
     wcsftime(wchar_t * restrict wcs, size_t maxsize,
	 const wchar_t * restrict format, const struct tm * restrict timeptr);

DESCRIPTION    [Toc]    [Back]

     The wcsftime() function is equivalent to the strftime() function except
     for the types of its arguments.  Refer to strftime(3) for a detailed
     description.

COMPATIBILITY    [Toc]    [Back]

     Some early implementations of wcsftime() had a format argument with type
     const char * instead of const wchar_t *.

SEE ALSO    [Toc]    [Back]

      
      
     strftime(3)

STANDARDS    [Toc]    [Back]

     The wcsftime() function conforms to ISO/IEC 9899:1999 (``ISO C99'').


FreeBSD 5.2.1		       September 8, 2002		 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
wcsftime IRIX convert date and time to wide character string
ascftime FreeBSD convert date and time to string
wcsftime Tru64 Convert a date and time to a string
ctime IRIX convert date and time to string
strftime Tru64 Convert a date and time to a string
cftime FreeBSD convert date and time to string
strftime IRIX convert date and time to string
getdate Tru64 Convert formatted string into time/date structure
getdate_r Tru64 Convert formatted string into time/date structure
mbsrtowcs FreeBSD convert a character string to a wide-character string (restartable)
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service