Spread.Sheets
TIME

指定した時刻に対応するTimeSpanオブジェクトを返します。

書式

TIME(hour,minutes,seconds)

引数

有効な引数は次のとおりです。

引数 説明
hour 時を表す0から23の数値
minutes 分を表す0から59の数値
seconds 秒を表す0から59の数値

データ型

全引数に対して数値データを受け取り、 TimeSpanオブジェクトを返します。

サンプル

TIME(A1,B1,C1)

TIME(R1C1,R1C2,R1C3)

TIME(12,0,0) 結果: 12:00:00

TIME(16,48,10) 結果: 16:48:10

参照

 

 


© 2016-2018, GrapeCity inc. All rights reserved.