11 references to TimeFormat
aspire (11)
src\Shared\DateFormatStringsHelpers.cs (6)
15private readonly record struct CultureDetailsKey(string LongTimePattern, string ShortDatePattern, string NumberDecimalSeparator, TimeFormat timeFormat); 38private static MillisecondFormatStrings GetDateFormatStrings(CultureInfo cultureInfo, TimeFormat timeFormat) 72TimeFormat.TwelveHour => ConvertTo12Hour(longTimePattern), 73TimeFormat.TwentyFourHour => ConvertTo24Hour(longTimePattern), 111internal static string GetLongTimePattern(CultureInfo cultureInfo, TimeFormat timeFormat, MillisecondsDisplay millisecondsDisplay) 114internal static string GetShortDateLongTimePattern(CultureInfo cultureInfo, TimeFormat timeFormat, MillisecondsDisplay millisecondsDisplay)
src\Shared\FormatHelpers.cs (5)
25TimeFormat ResolvedTimeFormat { get; } 48var timeFormat = GetResolvedTimeFormat(timeProvider); 58var timeFormat = GetResolvedTimeFormat(timeProvider); 64private static TimeFormat GetResolvedTimeFormat(TimeProvider timeProvider) 71return TimeFormat.System;