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