バージョン

DateTimeToExcelDate(Workbook,DateTime,Boolean) メソッド

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

パラメータ

workbook
dateValue
shouldCorrect1900Dates
参照