假设我将几秒钟转换为TimeSpan对象,如下所示:
Dim sec = 1254234568
Dim t As TimeSpan = TimeSpan.FromSeconds(sec)
如何将TimeSpan对象格式化为以下格式:
>105hr 56mn 47sec
是否有内置函数或我需要编写自定义函数?
30秒到达战场
相关分类