2 references to FormatCustomized
mscorlib (2)
system\globalization\timespanformat.cs (2)
63
return
FormatCustomized
(value, format, DateTimeFormatInfo.GetInstance(formatProvider));
249
result.Append(TimeSpanFormat.
FormatCustomized
(value, ((char)nextChar).ToString(), dtfi));