putTime

Format a time value using the format spec fmt. This version generates specialized code for the given fmt.

  1. void putTime(S sink, Time t)
    void
    putTime
    (
    string fmt
    S
    Time
    )
    (
    ref S sink
    ,
    Time t
    )
  2. void putTime(S sink, Time t, string fmt)
  3. void putTime(S sink, string fmt, SysTime t)

Meta