欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

Convert Seconds To Hours

 更新時(shí)間:2007年06月16日 00:00:00   作者:  
Converts time in seconds to hours, minutes, and seconds
復(fù)制代碼 代碼如下:

intTotalSecs = 15438
intHours = intTotalSecs \ 3600
intMinutes = (intTotalSecs Mod 3600) \ 60
intSeconds = intTotalSecs Mod 60
WScript.Echo "Hours: " & intHours
WScript.Echo "Minutes: " & intMinutes
WScript.Echo "Seconds: " & intSeconds

相關(guān)文章

最新評(píng)論