标签: c++ icu
icu::Calendar::getTime(...)会返回UDate double typedef。
icu::Calendar::getTime(...)
UDate
double
但是,创建日历并将其毫秒设置为正值仍会产生::getTime(...)结果,小数位为0。
::getTime(...)
为什么不直接返回?