Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / DateTimeConverter Class / FromOADate Method
The value to convert.
In This Topic
    FromOADate Method
    In This Topic
    Internal use only. Use System.DateTime.FromOADate(System.Double) instead.
    Syntax
    [System.Obsolete("Internal use only. Use DateTime.FromOADate instead.")]
    public static System.DateTime FromOADate( 
       System.double value
    )

    Parameters

    value
    The value to convert.

    Return Value

    A System.DateTime value.
    See Also