Converts a numeric date value used by Excel to a .NET DateTime.
Namespace:
XllPlus.ComWrappers.RuntimeAssembly: XllPlus.ComWrappers.Runtime (in XllPlus.ComWrappers.Runtime.dll) Version: 6.3.4.831 (6.3.4.0831)
Syntax
C# |
---|
DateTime DateFromExcel( double d ) |
Visual Basic (Declaration) |
---|
Function DateFromExcel ( _ d As Double _ ) As DateTime |
Visual C++ |
---|
DateTime DateFromExcel( double d ) |
Parameters
- d
- Type: System..::.Double
An Excel numeric value to be converted to .NET DateTime.