asctime

ANSI C's asctime() format :: "Sun Nov 6 08:49:37 1994"

Returns the number of elements consumed by the parse; zero if the parse failed

  1. size_t asctime(T[] src, Time value)
  2. size_t asctime(T[] src, TimeOfDay tod, Date date)
    size_t
    asctime
    (
    T
    )
    (
    T[] src
    ,,)

Meta