FormatExtensions
StockSharp.Reporting
Format extensions.
Methods
Format
public static string Format(TimeSpan? time)
result = FormatExtensions.Format(time)
To format the TimeSpan in String.
- time
- TimeSpan value.
Returns: String.
Format
public static string Format(TimeSpan time)
result = FormatExtensions.Format(time)
To format the TimeSpan in String.
- time
- TimeSpan value.
Returns: String.
Format
public static string Format(DateTime time)
result = FormatExtensions.Format(time)
To format the DateTime in String.
- time
- DateTime value.
Returns: String.