Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / DateInfo Class / FromOADateAsLocalDateTime Method
The OADate value to convert.
In This Topic
    FromOADateAsLocalDateTime Method
    In This Topic
    Gets java.time.LocalDateTime according to OADate.
    Syntax
    public static java.time.LocalDateTime FromOADateAsLocalDateTime( 
       double value
    )

    Parameters

    value
    The OADate value to convert.

    Return Value

    the value of Date
    See Also