请教高手时分秒如何换算

来源:百度知道 编辑:UC知道 时间:2024/06/07 20:28:53
我想知道所有的计时单位 ,除了我写的还有什么?
它们是怎么换算的 ?
麻烦高手帮忙
谢谢

1秒 等于1千毫秒
1豪秒等于1千微秒
1微秒等于1千纳秒
1纳秒等于1千皮秒
1皮秒等于1千飞秒

查字典

60秒等于:

1分钟
3600秒等于:

1小时
1秒=1000毫秒(ms)

古籍中的时间长度
佛教梵典《僧只律》这本书中记载著:

一刹那者为一念,二十念为一瞬,二十瞬为一弹指,二十弹指为一罗预,二十罗预为一须臾,一日一夜有三十须臾。
根据这段文字所推算出的具体时间:

一昼夜=30须臾=600罗预=12000弹指=240000瞬间=4800000刹那

因为一昼夜=86400秒,因此把每个单位换算成秒数,可以得到:

一“须臾”=2880秒(48分钟)
一“弹指”=7.2秒
一“瞬间”=0.36秒
一“刹那”=一“念”之间=0.018秒

Most CLX objects represent date and time values using a TDateTime value. In Delphi, TDateTime is a type that maps to a Double. In C++, the TDateTime class corresponds to the Delphi TDateTime type.

The integral part of a Delphi TDateTime value is the number of days that have passed since 12/30/1899. The fractional part of the TDateTime value is fraction of a 24 hour day that has elapsed.

Following are some examples of TDateTime values and their corresponding dates and times:

0 12