Microsoft SDK for Java

getDate

This method of the Variant Class retrieves the value of a VT_DATE Variant.

Syntax

public double getDate();

Return Value

Returns the Variant object's value, which is converted to a Java double.

Exceptions

ClassCastException if the variant type is not VT_DATE.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.