バージョン

ExcelDateToTimeOfDay メソッド

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

パラメータ

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

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

参照