3 references to SetBrowserTimeFormat
Aspire.Dashboard (1)
Components\Layout\MainLayout.razor.cs (1)
115
TimeProvider.
SetBrowserTimeFormat
(result.Is24HourTime ? TimeFormat.TwentyFourHour : TimeFormat.TwelveHour);
Aspire.Dashboard.Tests (2)
FormatHelpersTests.cs (2)
234
provider.
SetBrowserTimeFormat
(browserTimeFormat);
247
provider.
SetBrowserTimeFormat
(browserTimeFormat);