バージョン

ExcelDateToTimeOfDay メソッド

Excel の時刻の数値表示を TimeSpan に変換します。
シンタックス
'宣言
 
Public Shared Function ExcelDateToTimeOfDay( _
   ByVal excelDate As System.Double, _
   Optional ByVal useDayInfo As System.Boolean _
) As System.TimeSpan
public static System.TimeSpan ExcelDateToTimeOfDay( 
   System.double excelDate,
   System.bool useDayInfo
)

パラメータ

excelDate
DateTime に変換する必要のある Microsoft Excel の日付形式
useDayInfo
日情報を含むことを許可するオプション パラメーター。
解説

Excel では、日付値の小数部分のみが時刻を表すため、excelDate が 1 より大きい場合、小数部分のみが使用されます。

参照

オンラインで表示: GitHub