Searched refs:wsHour (Results 1 – 1 of 1) sorted by relevance
4222 CFX_WideString wsHour; in FX_TimeFormat() local4223 wsHour.Format(L"%d", wHour == 0 ? 12 : wHour); in FX_TimeFormat()4224 wsResult += wsHour; in FX_TimeFormat()4229 CFX_WideString wsHour; in FX_TimeFormat() local4230 wsHour.Format(L"%02d", wHour == 0 ? 12 : wHour); in FX_TimeFormat()4231 wsResult += wsHour; in FX_TimeFormat()4233 CFX_WideString wsHour; in FX_TimeFormat() local4234 wsHour.Format(L"%d", wHour == 0 ? 24 : wHour); in FX_TimeFormat()4235 wsResult += wsHour; in FX_TimeFormat()4237 CFX_WideString wsHour; in FX_TimeFormat() local[all …]