TimeSpanConverter

StockSharp.Xaml.Converters.Maui

Formats TimeSpan.

Implements: IValueConverter

Properties

ShowMilliseconds
public bool ShowMilliseconds { get; set; }
value = timeSpanConverter.ShowMilliseconds
timeSpanConverter.ShowMilliseconds = value

Whether to show milliseconds.

Fields

Instance
public static readonly TimeSpanConverter Instance
value = TimeSpanConverter.Instance

Singleton instance.