Searched refs:wsHour (Results 1 – 1 of 1) sorted by relevance
3864 CFX_WideString wsHour; in FX_TimeFormat() local3865 wsHour.Format(L"%d", wHour == 0 ? 12 : wHour); in FX_TimeFormat()3866 wsResult += wsHour; in FX_TimeFormat()3871 CFX_WideString wsHour; in FX_TimeFormat() local3872 wsHour.Format(L"%02d", wHour == 0 ? 12 : wHour); in FX_TimeFormat()3873 wsResult += wsHour; in FX_TimeFormat()3875 CFX_WideString wsHour; in FX_TimeFormat() local3876 wsHour.Format(L"%d", wHour == 0 ? 24 : wHour); in FX_TimeFormat()3877 wsResult += wsHour; in FX_TimeFormat()3879 CFX_WideString wsHour; in FX_TimeFormat() local[all …]