FormatExtensions

StockSharp.Reporting

Extensiones de formato.

Métodos

Format
public static string Format(TimeSpan? time)
result = FormatExtensions.Format(time)

Para formatear el TimeSpan en String.

time
TimeSpanvalor.

Devuelve: String.

Format
public static string Format(TimeSpan time)
result = FormatExtensions.Format(time)

Para formatear el TimeSpan en String.

time
TimeSpanvalor.

Devuelve: String.

Format
public static string Format(DateTime time)
result = FormatExtensions.Format(time)

Para formatear el DateTime en String.

time
DateTimevalor.

Devuelve: String.