バージョン

ExcelDateToDateTime(Workbook,Double,Boolean) メソッド

シンタックス
'宣言
 
Public Overloads Shared Function ExcelDateToDateTime( _
   ByVal workbook As Workbook, _
   ByVal excelDate As Double, _
   ByVal shouldCorrect1900Dates As Boolean _
) As Nullable(Of Date)
public static Nullable<DateTime> ExcelDateToDateTime( 
   Workbook workbook,
   double excelDate,
   bool shouldCorrect1900Dates
)

パラメータ

workbook
excelDate
shouldCorrect1900Dates
参照