1 reference to PMDesignatorTChar
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (1)
540
result.Append(dateTime.Hour < 12 ? dtfi.AMDesignatorTChar<TChar>() : dtfi.
PMDesignatorTChar
<TChar>());