'宣言 Public Overloads Shared Function DateTimeToExcelDate( _ ByVal dateValue As Date, _ ByVal shouldCorrect1900Dates As Boolean _ ) As Nullable(Of Double)
public static Nullable<double> DateTimeToExcelDate( DateTime dateValue, bool shouldCorrect1900Dates )