'宣言 Public Overloads Shared Function ExcelDateToDateTime( _ ByVal workbook As Workbook, _ ByVal excelDate As System.Double, _ ByVal shouldCorrect1900Dates As System.Boolean _ ) As System.Nullable(Of Date)
public static System.Nullable<DateTime> ExcelDateToDateTime( Workbook workbook, System.double excelDate, System.bool shouldCorrect1900Dates )
オンラインで表示: GitHub