FormatExtensions

StockSharp.Reporting

Formatar extensões.

Métodos

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

Para formatar o TimeSpan em String.

time
TimeSpan value.

Retorna: String.

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

Para formatar o TimeSpan em String.

time
TimeSpan value.

Retorna: String.

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

Para formatar o DateTime em String.

time
DateTime value.

Retorna: String.