putTime

Format a time value using the format spec fmt. This version parses fmt at runtime.

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

Meta